Every time need to rebuild project to reflect changes in Android Studio Chipmunk

1.7k Views Asked by At

I am using Android Studio Chipmunk (2021.2.1 Patch 1) stable version

Android studio version chipmunk

Whenever I do any changes in Kotlin or XML file and run the project then changes don't reflect in app unless and until I rebuild the project from Build -> Rebuild Project.

Every time I have to rebuild project if I have done any changes in code.

I have already tried with File -> Invalidate Caches -> Invalidate and restart

2

There are 2 best solutions below

1
On

When I update my android studio, then the latest changes are not deploying so After lots of research and experiment,

I found this solution then my Android Studio working fine. You can also try this.

Firstly open from here : Firstly open from here

And then enable from here : And then enable from here

1
On

I was with the same problem, needed rebuild my project every change, but I find the solution.

  1. Go to edit configurations to build
  2. Android App -> app
  3. Scroll to bottom page
  4. Verify if has any task at "Before launch"
  5. if have nothing, click on add icon and add "Gradle-aware Make"

This solve my problem