i use android studio 1.2.1.1 and it doesn\'t give me any error for new projects.
but for imported projects it gives me an warning about mismatched Encoding (this issue). i c
I had same issue , I fix it by adding
xmlns:tools="http://schemas.android.com/tools" to the top of mainfest file , and add tools:replace="android:icon" to application tag.