'how can I go back to debug mode after releasing the app?
I built my app by the release mode, and then I realized I couldn't use 'hot reload' and emulator in the release mode.
So I want to switch release mode to debug mode. but I don't know how.
I'm using android studio
Solution 1:[1]
: here if --release is written in Additional run args then remove it will run in debuge mode after that.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Hardik Mehta |