Android Emulator: Installation error: INSTALL_FAILED_VERSION_DOWNGRADE

后端 未结 15 1519
旧巷少年郎
旧巷少年郎 2020-12-12 11:16

I am currently trying to compile and test a small Android Application.

I am using Eclipse, and have SDK 4.2 (Api Level 17) installed. I\'ve set

<         


        
15条回答
  •  一个人的身影
    2020-12-12 11:31

    I was having same problem. I was getting error when i tried to run in my android device not emulator.

    sudo ionic run android 
    

    I am able to fix this by running

    adb uninstall com.mypackage.name
    

提交回复
热议问题