Android Device Chooser Shows Red X In Target Column

前端 未结 3 1335
夕颜
夕颜 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:15

    It's becuase your devices are running Android versions 2.3.4, and 3.1, so you must have minSdkVersion="10" at the very least. Once you set the minSdkVersion to 10, then you'll get the green check mark again.

提交回复
热议问题