各位,
我已经使用 Sencha touch 2 成功制作了一个应用程序,它在我的 Android 设备上运行良好,也在平板电脑和模拟器上运行良好。但问题是无法在 Android Market 上上传 apk 文件,它显示错误:
.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"
]
}