Home > Net >  i have just started to learn android studio, , i was learning to change appicon and this error pops
i have just started to learn android studio, , i was learning to change appicon and this error pops

Time:03-17

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:processDebugResources'.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade Android resource linking failed C:\Users\collc\StudioProjects\untitled111\build\app\intermediates\packaged_manifests\debug\AndroidManifest.xml:16: AAPT: error: resource mipmap/ic_launcher (aka com.example.untitled111:mipmap/ic_launcher) not found.

CodePudding user response:

Try Changing your emulator and make sure your android studio is up to date.

CodePudding user response:

Just make sure your app icons are in PNG.

  • Related