Install new APK version of my Android app from SD card -
i fixed bug in demo version of app. it's not out on store yet, we're still testing.
the phone doesn't : tells me there's apk called that. that's true, why doesn't suggest replace ?
and in "apps" settings screen, "force quit" , "uninstall" greyed out - unclickable, can't app. yes, did quit app, , background service associated it. because yes, app require following permissions :
- full internet access
- system tools : prevent sleeping, disable key lock, auto-start on boot
- hardware controls : audio volume
- storage : sd card
any clues or things do/check before uninstalling ? other (empty) app that's installed (an app made when discovering android testing purposes) uninstalled fine ...
thanks in advance,
charles
possible causes know of not offering replace it:
- you changed package name, using same file name apk.
- you signed package different keystore or key. note when clicking run in eclipse, uses debug keystore rather 1 use when exporting store.
i'm not sure why disallow force quitting , uninstall. maybe need wait few more seconds screen finish loading, , buttons become active.
you can try opening console , using adb uninstall com.yourpackagename
uninstall old version, , see if gives errors.
Comments
Post a Comment