Ran into this error when running Android application in Eclipse while upgrading SDK to version 20
"exported activity does not require permission"
A Project > Clean fixed the error.
If this didn’t work try take a look at this issue on stackoverflow about removing the exported property in the manifest.xml file.