I have an application on the Android market however after a recent update a lot of users are complaining that they can't open the application on their phone by clicking on the icon, instead they have to find the application on the market and click the open button. Does anyone know why this might be?
For a bit more info I recently started creating the apk file. Before it was done in a batch script that looked like
"C:\Program Files\Java\jdk1.6.0_16\bin\jarsigner" -verbose -keystore C:\Users\...\keystore\android.keystore "C:\Users\...\release\OurApp (android).apk" androidkey
C:\Users\...\dev\android-sdk-windows\tools\zipalign -f -v 4 "C:\Users\...\release\OurApp (android).apk" "C:\Users\...\release\OurApp.apk"
@pause
When I started doing it, I just used the Eclipse Android Tools to export a signed application package with the name OurApp.apk. Not sure if this has anything to do with it or not
AndroidManifest.xml. (Also, it belongs on Stack Overflow, IMO.) – Kevin Reid Aug 26 '11 at 15:55