I created one android application project in eclipse and whenever I tried to run that application its throwing an error message saying AndroidManifest.xml
file
Click project -> Refresh (F5) -> Go to "Project" in the menu bar -> Clean. It works for me.
you should clean and refresh your project once.
(what worked for me)
1 - copy the file build.gradle
2 - drop the copied file in the android folder [example MyApp/android]
I was having the same problem and didn't understand why - followed all deletes of /bin, /gen, fixing AVD's, etc, still to no avail.
The /bin got me thinking though -
I had previously used this advice to exclude /bin from the resource filters (in an effort to remove results from the search)....
I removed the filter for /bin and voila.....
Interesting this only affected me when I wanted to Debug or Run within Eclipse -- I could export a working APK without any problem, but debugging failed.
Hope this helps.
Delete bin
folder in project and your library dependencies. Then re-run application.
I put the AndroidManifest.xml that in appcomatv7 and pasted to the project and problem solved