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
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
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.