I am having problems with android application android studio and already built. Try to change values in the values.xml App->Intermediates->res->debug->values->values.xml
file located in the folder. Every time I make a change and compile the application changes are lost. I read about this problem and Instant run, I have applied the possible solutions and I could not get it.
I disabled in Instant Run "Enable instant run to ..." and also "Restart activity ...." without much success. I am working with Studio Android 2.1.3 and the same version for Gradle.
You are changing values in file which is generated by Android Studio, so it is changed every time you build your project. All files inside build
folders are generated and there is no need in changing them.
Instead you should put your values in values.xml
under app->src->main->res->values
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With