1
Before this problem happened, I compiled and recompiled my projects without any problem. But at the moment, when I compile my project, the IDE compiles the original project state, i.e., it compiles the code before the change made by me.
1
Before this problem happened, I compiled and recompiled my projects without any problem. But at the moment, when I compile my project, the IDE compiles the original project state, i.e., it compiles the code before the change made by me.
0
how to restore Android Studio settings?
If you’ve done it, but it didn’t work, update your Android Studio.
The current version of Android Studio
is the 1.1
that was released a little while ago. If you have not updated, follow the tutorial below:
Help > Check for Updates
You can find more information about the releases on the page tools-android/recent
the current version of Android Studio IDE is 2.1 Developer.android.com/sdk/index.html
Browser other questions tagged android android-studio
You are not signed in. Login or sign up in order to post.
Hi Everton, all right? Dude, it’s really hard to answer your question just with the information you went through. The Toolset in the middle of the way is huge. Only what comes to mind are more obvious things like check the option of auto build, invalidate the cache and check if you are not having build errors in the current version of your app (take a look at this Soen reply: http://stackoverflow.com/q/26206715/664577). Take a look at these options, if none of them resolve try to update your question with more information.
– Anthony Accioly