'App not Installed' Error on Android

前端 未结 30 1632
说谎
说谎 2020-11-22 06:03

I have a program working in the Android Emulator. Every now and again I have been creating a signed .apk and exporting it to my HTC Desire to test. It has all been fine.

30条回答
  •  情话喂你
    2020-11-22 06:35

    My problem was similar to that of @Lunatikzx. Because of wrong permission tag which was written as attribute to application:

    
    

    What fixed it for me was changing permission tag to separate tag like this:

    
    

提交回复
热议问题