Skip to content Skip to sidebar Skip to footer

Android - Failed To Run Aapt Dump Badging: 'android:icon' Attribute: Attribute Value Reference Does Not Exist

I have been trying to upload my APK to Play Store, but it keeps showing me this error: Failed to run aapt dump badging: AndroidManifest.xml:31: error: ERROR getting 'android:icon'

Solution 1:

I haved the same exact message in one app, and the problem was that some string was added to the non-default strings.xml in the app, I solved by just simply adding that resource to all the strings.xml in my app.

I assume that maybe this problem apply to all kind of resources that depends on localization/language.

Post a Comment for "Android - Failed To Run Aapt Dump Badging: 'android:icon' Attribute: Attribute Value Reference Does Not Exist"