问题
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