I exported my game with intel xdk + crosswalk. The app is signed and aligned.
When I tried to upload the app to google play it show me this message:
Failed to run aapt dump badging:
W/ResourceType(430995): Bad resource table: header size 0x0 or total size 0x7b3 is not on an integer boundary
ERROR: dump failed because the resource table is invalid/corrupt.
I tried to decompile the app using apktool but it display the same error. What should I do? Where is the problem?
Thanks in advance