Community Questions & Answers
My app gives 'Package file was not signed correctly' error on google play store.
After applying [these](https://wiki.appcelerator.org/display/guides/Packaging+for+the+Android+Market) steps my app gives 'Package file was not signed correctly' error on google play store. My app link is...
My app gives 'Package file was not signed correctly' error on google play store.
After applying [these](https://wiki.appcelerator.org/display/guides/Packaging+for+the+Android+Market) steps my app gives 'Package file was not signed correctly' error on google play store. My app link is...
Required jarsigner not found
I usually face this error and this is a model soultion for it After an hour, this is what worked for me: `` ` set JAVA_HOME to c:\jdk (or any path with NO spaces)` ` * set PATH=(previous values);c:\jdk\bin (no spaces and dont use variable names like...
Android deployment stops at jarsigner
I selected Distribute - Android Marketplace. Specified Select Distribution Location, correct KeyStore location password and alias. __app-unsigned.apk__ is created in the bin folder. Then this message is displayed in console window and program stops....
Android jarsigner error when trying to verify my app
so this is the error I get when trying to verify my android app and I am completely stuck, thanks for any help in advance. ~~~ fsc35:jdk1.7.0_01 alektaraskewich$ jarsigner -verify -verbose AisleAid.apk jarsigner: java.util.zip.ZipException: error in...
ANDROID jarsigner error
I have been trying to package my new ANDROID app now all night. this is what I am doing: 1... cd ~/distro/android/test05 keytool -genkey -v -keystore android.keystore -alias Test05 -keyalg RSA -validity 11000 2... keytool -list -v -keystore...
Android SDK intilization
I have been tried to make some androide apps with appcelerator but this error doesn t exist !! [INFO] logfile = D:\test_android\build.log [ERROR] Required jarsigner not found [ERROR] Required javac not found [ERROR] Required java not found [ERROR] One or...
required jarsigner not found (gist details included)
Hi, When I try to load the kitchen sink in the Android emulator I'm getting the following message repeated twice: ================ Required jarsigner not found. Required javac not found. Required java not found. One or more required fields not found -...
Showing 1-8 of 8