eclipse - Reinstalling android app without uninstaling -



eclipse - Reinstalling android app without uninstaling -

i have developed first app using eclipse , uploaded amazon app store. later, realized bugs, fixed them , re-uploaded. but, when want reinstall app on same/newer version, says: "the application installing replace application. previous info saved" other normal apks. "and says application not installed." have signed both versions using same key.

when seek run app(let new project name androidapp_v2) bugs fixed ,then in eclipse show :"the application installing replace application".that means replace old project(let androidapp_v1) new project(androidapp_v2).if click ok ,it wil automaticall install new app .

this because both applications have same bundle name. if bundle name of 2 applications different, won't message. in fact, if bundle name in manifest file (in tag) matches bundle name of installed application, replace it.

android eclipse apk uninstall reinstall

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -