I am programming in Java doing an android app, in my manifest I have an error on my android:icon=@drawable/icon. I am not understanding why? Any idea and what causes this error and how to change it?
I am programming in Java doing an android app, in my manifest I have
Share
If you are getting Error on the lines mentioned by you. then it is something to do with your drawable. drawable is found in the project directory , like Project name->res->drawable. please make sure you kept “icon.png” file there. if not please paste one and clean the project from Eclipse menu bar(Project->Clean).