Eclipse installation failed due to invalid APK file?

前端 未结 10 1959
半阙折子戏
半阙折子戏 2020-12-15 11:29

I use Eclipse for develop android apps, but when run projects see this error:

Installation failed due to invalid APK file!

10条回答
  •  無奈伤痛
    2020-12-15 11:46

    In my case, I solved the problem by changing my AndroidManifest.xml

    I changed from

    
    

    to

    
    

    because eclipse gave me an warning for nor targeting the latest version of Android.

    I'm using the latest Eclipse SDK v23 and my device is Nexus 7 2012 KitKat 4.4.4

提交回复
热议问题