I can\'t launch my app anymore on Android. The iOS counterpart seems to be fine. The full error is:
ADB0000: Could not determin the installation path for pa
As per apineda's instructions, using adb unistall com.company.appname
fixed the problem. I was able to get to the ADB location by navigating through Visual Studio -> Tools -> Android -> Android ADB Command Prompt.
Before I did that, I looked at the App list for my phone, which listed the app, but apparently not installed for this user. The Uninstall
and Force Stop
buttons were disabled and several of the fields just said loading...
or something like that.