I keep getting this error when trying to upload an APK exported by the latest version of AGK:
"Failed to run aapt dump badging:
W/ResourceType(319381): No known package when getting value for resource number 0x7f06009c
AndroidManifest.xml:19: error: ERROR getting 'android:icon' attribute: attribute value reference does not exist"
I've tried extracting the AndroidManifest.xml file from the APK and looking at it but it's impossible to read in Notepad and "android:icon" isn't found with a word find. I've tried opening it in a browser but I just get an error.
I've tried selecting different images/locations for the icon just to see if that was it, but no luck there.
Any suggestions?
Edit:
I opened the APK in Android Studio. This is what I found under android:icon. No idea what the hex means:
<application
android:theme="@ref/0x7f0b0000"
android:label="@ref/0x7f0a0024"
android:icon="@ref/0x7f06009c"
android:hasCode="true"
Edit #2:
I compared it to an older APK and I noticed that the resources.asrc file is missing in the APK which I gather is why the icon can't be found at the referenced address, since it's missing the address book (at least that's what I think it is lol...i don't know anything about this stuff).
Edit #3
I remember someone talking about it in the patch notes for this version and found the solution there. Uninstall/resinstall fixed the issue.