简体   繁体   中英

Error in running android code on emulator

While running an android code in Eclipse, I get an error saying " Installation error: INSTALL_FAILED_VERSION_DOWNGRADE Please check logcat output for more details. ". But I have declared Target SDKVersion = 11, MinSDKVersion = 3, MaxSDKVersion = 21. Version Code = 15 Version Name = 2.0

The error which you are facing is due to the version code of your application. There is already a similar application of higher version installed in your emulator.

To resolve this issue, just uninstall the previous application from emulator or increase the versioncode of your application that is higher than the versioncode of the application installed in emulator.

Thanks.

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