Orange triangle in the target column of Android Device Chooser window

我与影子孤独终老i 提交于 2020-01-02 19:15:10

问题


When I launch my Android app with Eclipse, the usual window "Android Device Chooser" appears. I can here choose on which device I want to run my app.

In the target column appears next to my target an orange triangle with an exclamation mark (kind of 'warning')

When I search on the internet about this problem I've found this. What does the orange triangle in the target column of Android Device Chooser window mean?

But the problem is the solution given in this thread doesn't work for me.I'm getting this following error. "Unfortunately app has stopped".

I've checked that minSdkVersion. In my app, minSdkVersion : 8 my device's sdk version is 16

What is the problem?I tried to run simple 'Hello World' app and it works fine.Please help. Thank you.


回答1:


Please make sure that you are not using android Google API library,Instead of using Google API library go to Build path and change Android library other than android Google API lib. Hope this will help you and will remove problem.



来源:https://stackoverflow.com/questions/22953621/orange-triangle-in-the-target-column-of-android-device-chooser-window

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!