I Can't Delete Android:roundicon="@mipmap/ic_launcher_round" From Androidmanifest.xml
i build a project with targetSdkVersion='22' but the error is come error: attribute 'android:roundIcon' not found. i tried with deleting android:roundIcon='@mipmap/ic_launcher_rou
Solution 1:
You are probably editing one of the cachedAndroidManifest.xml
files.
Make sure you edit the file in your project. I.e. Look carefully on the path when you open the file. Is it part of your project or some generated stuff?
Post a Comment for "I Can't Delete Android:roundicon="@mipmap/ic_launcher_round" From Androidmanifest.xml"