PCAndroidStudioProjectsTabLayoutappbuildintermediatespackaged_manifestsdebugAndroidManifest.xml:12: AAPT: error: resource mipmap/ic_launcher_round (aka com.example.tablayout:mipmap/ic_launcher_round) not found
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
3
Answers
Check your
AndroidManifest.xml
and find propertyandroid:roundIcon
. Then remove this line, it’s optional.In case if you need
android:roundIcon
, just create it with in-IDE tools (right-mouse-click onresources
directory, then "New" -> "Image Asset")when you create your image assets make sure you choose debug mode or release mode. So make it a release mode and create your icon asset
Android build failed due to mipmap/launcher_icon missing or path change. without launcher_icon app not install . drag and drop app icon to mipmap & re-run ur app.