I'm new to Android dev and i'm having a stupid problem with Android Studio. I'm running my app on my phone, which is working pretty good, but once I stop the app I can't restart it immediatly from my phone, I got to re-run the app on Android Studio (it says the app is not install).
I would like to know if it was possible to install my app once for all? I would like to be able to restart my app even if my phone is not connected to my PC through USB.
Thanks for your help !
Edit : Adding logcat of the app execution (only errors)
I'm pretty much ignoring them most of the time because my app is running as expected, but maybe?
Edit2 : Allright bug is fix, I just had to desinstall and re-run my app and i can now restart it from my phone without Android Studio. Thanks for the help people !