Android Emulator: Installation error: INSTALL_FAILED_VERSION_DOWNGRADE

后端 未结 15 1489
旧巷少年郎
旧巷少年郎 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:37

    This error appears in my android project with multiple kind of gfx files. At the end no change in the manifest file was accepted.

    Because my lack of knowledge about the android devices I forget that my test device has a second User. This User also has an installed version of my app so I also have to delete the app for this user account and it works.

提交回复
热议问题