I am using macbook with M1 chip. I am using Android Studio Bumblebee | 2021.1.1 Canary 3 version. When I run the project for the first time, there is no problem. When I debug for the second time, the changes I made in the codes are not visible in the emulator. I can’t see the changes in logcat. What should I do?
thanks
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
3
Answers
I solved the problem. "Edit Configurations..." -> Then the option I have shown in the red square needs to be selected.
If you are sure it gets compiled and Android Studio installs it without errors you could try these things that worked for me:
Uninstalling the app inside the emulator and then running it again so the app gets reinstalled with your new version.
Also, as it’s answered on here. You could also go to Tools -> AVD Manager. Right click on the emulator and then wipe data. This will delate all the data on the device.