skip to Main Content

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

Answers


  1. 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 : Image 1

    And then enable from here : Image 2

    Login or Signup to reply.
  2. 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

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search