i’m new to android. I’ve import the project from my My Computer - Driver After that it seems to be error with an exclamatory symbol on my project name’s left side in my Eclipse. What’ll i do for that. I’ve searched for that. They tells to clean the project.
I’ve clean my project lot of time. And, also restarted my eclipse. But, the symbol won’t go and didn’t run my application on Eclipse.
That is why you’ve that means, Sometimes some
.jaror some other file may be missed. So, just check that with following steps –Select your project > Properties > Java Build Path
It’ll show what files are missed. And, you can import there with missed file with
Add jarsorAdd external jarsHope this helps you.