I'm doing weird things with android studio - using...
# android-studio
r
I'm doing weird things with android studio - using a custom script to install the apk (which uses
./app/build/outputs/apk/debug/app-debug.apk
). However, if I don't manually build the apk, the install script sees an older apk. Am I doing something wrong here?