You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And prompt you as a user if you want to briefcase to uninstall the existing com.example.helloworld package with adb uninstall com.example.helloworld . If someone feels like picking this up, please also add a cmd line flag that lets you handle this automatically, like --forceUninstallPreviousPackage .
briefcase run android
*************************************************************************
** WARNING: JAVA_HOME does not point to a JDK **
*************************************************************************
The location pointed to by the JAVA_HOME environment variable:
C:\Program Files\Android\Android Studio\jre
does not appear to be a JDK. It may be a Java Runtime Environment.
Briefcase will use its own JDK instance.
*************************************************************************
Select device:
1) SM A405FN (R58M82J1S4T)
2) Create a new Android emulator
> 1
In future, you can specify this device by running:
$ briefcase run android -d R58M82J1S4T
[helloworld] Starting app on SM A405FN (R58M82J1S4T) (device ID R58M82J1S4T)
[helloworld] Installing app...
Stopping old versions of the app... done
Installing new app version...
Unable to install APK C:\Users\olliv\Desktop\togaTestAndroid10-6-2023\helloworld\build\helloworld\android\gradle\app\build\outputs\apk\debug\app-debug.apk on R58M82J1S4T
Log saved to C:\Users\olliv\Desktop\togaTestAndroid10-6-2023\helloworld\logs\briefcase.2023_10_06-14_12_37.run.log
Steps to reproduce
I'm actually not sure how to reproduce this, but this is the full briefcase log file where I found error in above snippet: briefcase.2023_10_06-14_12_37.run.log
Expected behavior
See bug description
Screenshots
No response
Environment
Briefcase: 0.3.15
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Not sure if this is more of a feature request than a bug, but it would be neat if briefcase could identify:
And prompt you as a user if you want to briefcase to uninstall the existing
com.example.helloworld
package withadb uninstall com.example.helloworld
. If someone feels like picking this up, please also add a cmd line flag that lets you handle this automatically, like--forceUninstallPreviousPackage
.Steps to reproduce
I'm actually not sure how to reproduce this, but this is the full briefcase log file where I found error in above snippet:
briefcase.2023_10_06-14_12_37.run.log
Expected behavior
See bug description
Screenshots
No response
Environment
Briefcase: 0.3.15
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: