Extract apk to put in playstore

Asked

Viewed 72 times

0

I’m having problems with XML of my colors. When I try to finish the extraction, is giving error, but the application runs on my phone, I’ve done clean and build and that’s okay, but on the other hand, when I try to extract to release in the playstore, they make the following mistakes:

inserir a descrição da imagem aqui

Xml file with colors:

inserir a descrição da imagem aqui

  • Do you only have a value? folder or are there more for other densities? ( values-w820dp, for example? ). If you have more than one check that they all have the color.xml file

  • I have only one..

  • Could you post your q file contains the colors? Thank you!

  • Already this Adcionado

1 answer

0

Try the following steps:

  1. Check that you have removed the debuggable attribute from the application tag on Androidmanifest;
  2. Check versionCode and versionName on Androidmanifest;
  3. Remove all files that are not being used;
  4. Test again.
  • My Manifest does not have the debuggable attribute of the Aplication tag nor has the versionCode and Versionname, the project runs even already tested on different mobile phones...more when I try to export...

Browser other questions tagged

You are not signed in. Login or sign up in order to post.