【发布时间】:2012-07-11 04:43:46
【问题描述】:
亲爱的,
我已经使用 Sencha touch 2 成功创建了一个应用程序 在我的 Android 设备上工作正常,也在平板电脑和模拟器上工作。但 问题是apk文件无法上传到它显示的Android Market 我一个错误:
.apk is not signed also validity year 50 Error in Google market -:
Google Play does not accept apks signed with the debug certificate.
Create a new certificate that is valid for at least 50 years.
我也更改了我的证书“配置”:“发布” 但没有取得任何成功。亲爱的,我也在分享我的整个配置 文件。如果您在配置文件中发现任何错误 请让我知道。任何建议表示赞赏。 提前致谢。
配置文件中的代码是-:
{
"applicationName":"navi",
"applicationId":"com.amit.navi",
"versionString":"1.0",
"iconName":"resources/icons/Icon~ipad.png",
"inputPath":"build/native",
"outputPath":"build/",
"configuration":"Release",
"platform":"Android",
"deviceType":"Universal",
"certificatePath":"C:/Documents and Settings/amit/.android/amit.keystore",
"certificateAlias":"alias_name",
"sdkPath":"C:/android-sdk",
"orientations": [
"portrait",
"landscapeLeft",
"landscapeRight",
"portraitUpsideDown"
]
}
【问题讨论】:
-
先生,我也面临同样的问题,如何解决这个问题?请看这个链接stackoverflow.com/questions/23335714/…
标签: android extjs sencha-touch sencha-touch-2 apk