Extract apk to put in playstore

0

I'm having issues with Xml of my colors. When I try to finish the extraction, it is giving error, but the application runs on my cell phone, I already clean and build and everything is fine, but against start, when I try to extract to launch in the playstore, give the following errors:

Xmlfilewithcolors:

    
asked by anonymous 19.10.2015 / 13:57

1 answer

0

Try the following steps:

  • Verify that you removed the debuggable attribute from the application tag in AndroidManifest;
  • Check versionCode and versionName on AndroidManifest;
  • Remove all files that are not being used;
  • Test again.
  • 19.10.2015 / 16:07