Skip to content Skip to sidebar Skip to footer

Aapt Error When Uploading To Google Play

I'm getting the following error while trying to upload my apk to alpha testing: Upload failed Your APK cannot be analyzed using 'aapt dump badging'. Error output: Failed to ru

Solution 1:

Your <intent-filter> actions have to be String literals. You cannot specify String resources.


Post a Comment for "Aapt Error When Uploading To Google Play"