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.