What does “Failure [INSTALL_FAILED_OLDER_SDK]” mean in Android Studio?

后端 未结 14 1614
滥情空心
滥情空心 2020-12-09 01:26

I got this Froyo (2.2) device that I am using to make an app. When I try to run the app directly to the device it shows an error saying

pkg:         


        
14条回答
  •  一个人的身影
    2020-12-09 01:54

    Failure [INSTALL_FAILED_OLDER_SDK]

    For Sumsung note3 I just edit the AndroidManifest.xml file and add the following code:

    
    

提交回复
热议问题