android - Installation Error - D/InstallAppProgress(): Installation error code: -25 -
i trying install apk, has been signed production key (the same 1 have used app in play store).
when try install test build (again, signed production key), can't install on original (can install if delete current production build first). worried when update app next time going cause issues.
i error (this relevant line in logcat, no other output has anything):
d/installappprogress(14669): installation error code: -25
i have updated adt since building previous release, , generate apk release directly out of ide (using android tools right-click menu main project).
i not changing permissions or anything. have changed internal libraries (using new support lib instance).
check version number in manifest. if version less 1 on device, not able over-install.
you can install using adb
using -r
flag. see here http://developer.android.com/tools/help/adb.html
Comments
Post a Comment