Android manifest file breaks after adding a permission
问题 I have a really strange problem with an Android project I inherited. I tried adding a permission to it and suddenly a few other permissions break with the red "X" being displayed along with this error: "Permission is only granted to system apps." How could this be if all I did was add a permission? If I don't save the manifest and clean the project, all the red "X" marks go away and it compiles again. Why is this happening? 回答1: In Eclipse, goto Window -> Preferences -> Android -> Lint Error