Error in Android project name in Eclipse
Whenever I create a new Android project in Eclipse, it shows an error in the project开发者_开发百科 name and not anywhere else. What is the problem? How can I solve it?
You should clear your project by Project>clear menu then build your project
if not solve try this and configure build path by right click on project > build path > android > restore default
I hope this is help
Try restarting eclipse and then try to open the android project you've created. Happens to me too sometimes.
精彩评论