-3

When upload the app to the device via USB debug mode i dont have problem, the app can compile. In the other hand when i try to do the .apk file i got the next error, help!

P.D: Sorry for my english

Image error LINK

user261479
  • 9
  • 1
  • 4
  • see here: http://stackoverflow.com/questions/23438375/android-studio-gradle-errors-content-not-allowed-in-prolog – Opiatefuchs Mar 04 '15 at 14:59

1 Answers1

0

As @Opiatefuchs referenced, you would need to clear your gradle cache by gradle clean --refresh-dependencies. Alternatively, you could delete the contents of the ~/.gradle/caches directory, as stated in this answer.

Community
  • 1
  • 1
Farbod Salamat-Zadeh
  • 19,687
  • 20
  • 75
  • 125