Skip to content Skip to sidebar Skip to footer

Android Studio - App Running Not From Latest Saved Project

I'm having this problem since a few days. I start Android Studio and Genymotion, open a project, run the app and everything is normal. Next I edit my project by making a few chan

Solution 1:

Click on make project as shown below in image and then run. It may help you. Click on make project then run. It may help you.

Solution 2:

  1. Please uninstall app from emulator.
  2. try to Refresh and clear project instead of closing android studio or eclipse.
  3. Make sure you are doing changes on right place.
  4. after that run project again and hopefully you will be able to see changes.

Solution 3:

Try as below. It worked for me.

Just go to "File -> Settings -> Build, Execution, Deployement -> Instant Run" and just disable it. With this Android Studio builds from scratch each time but it's better than not building it right.

Source : https://stackoverflow.com/a/35189496/2151304

Post a Comment for "Android Studio - App Running Not From Latest Saved Project"