When I add a line of code such as:
println(1)
Then run the app, sometimes this line of code doesn't seem to take effect.
I found that Android Studio will not build before running? How should this problem be solved?
I've tried setting Build in launch before in Edit Configure, but it fails every time with various errors, while when I manually build again it succeeds.