Part of a course I'm trying for Android Studio, I have to submit the app_debug.apk
file. But for some reason I can't seem to install it on my two phones (Galaxy and xiaomi). I get "App not installed". What I tried:
- Build->clean.
- Build->Build Bundle(s)/APK(s)->Build APK(s).
- Click 'locate'.
- Move the app_debug.apk file to my phone.
- Install it.
It does not work and I get "App not installed". The strange thing is when I connect the phone with a USB cable and install the app though Android Studio, it works great. What could be the issue?