How to make a signed APK in Sencha Touch 2

Dear,

I successfully made the application using Sencha touch 2 works fine on my Android device, also on tablet and emulator. But the problem is that the apk file cannot be uploaded to the Android Market, it shows me an error:

.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.

I also changed my certificate and "configuration": "Release" but did not succeed. Darling, I also share my entire configuration file. If you find any error in the configuration file, let me know. Any suggestion is welcome. Thanks in advance.

The code in the configuration file is:

{
"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"
]
}
+5
source share
1 answer

All Articles