How to Fix Android App Not Installed Error?

前端 未结 3 1751
庸人自扰
庸人自扰 2020-12-22 09:11

I have developed the app by Android Studio, and build it to signed apk with V1 and V2.
It could install in my phone successfully.
But, when I uninstall the app,

3条回答
  •  悲哀的现实
    2020-12-22 09:58

    Just try adding Action VIEW in manifest file . After this reinsatll the app and problem solve

    
    
        
    
             // add this line of code in application tag  only single line of code will also work
           
    
        
    
    
    
    

提交回复
热议问题