Android Device Chooser Shows Red X In Target Column

前端 未结 3 1337
夕颜
夕颜 2021-02-19 04:47

I\'ve recently built an Android app with a minSdkVersion of 7 and targetSdkVersion of 10. I\'m now making the app tablet compatible and adding action bars. So I updated by tar

3条回答
  •  一向
    一向 (楼主)
    2021-02-19 05:20

    AndroidManifest.xml:

    
    

    If your manifest have a higher "targetSdkVersion" than your device, it will show a "red cross(X)" next to the firmware.

    If your minSdkVersion is higher that your device it will not even run

    UPDATE:

    I tested the sample project and got the same results as my answer clarified since the beginning. (image of the project running with same specifications as the question)

提交回复
热议问题