简体   繁体   中英

Update in apps, not from market

I have installed mySample.apk on device, and i download updates for app from MY server then install( replace ) appk, but android SAY:

" this package already installed! "

I know that in applications the same keys and versions and certificate , but change them does not work, how do this in eclipse?

Have you tried to change the android:versionCode="1" on your AndroidManifest to a new version? if not Package manager will not know if it's newer that the previously installed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM