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
1. Firefox has changed the Android package main activity name, update to new name.
2. Drop old outdated package/activity names from the default list, and add support to recognize passing "package/activity" directly into the --browser= field for launching other browsers (Edge, Brave, Firefox Focus, Opera etc.)
3. Give a more readable error about root cause when writing to /mnt/sdcard fails.
Copy file name to clipboardExpand all lines: emrun.py
+16-19Lines changed: 16 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1646,13 +1646,9 @@ def run():
1646
1646
loge("Running on Android requires that you explicitly specify the browser to run with --browser <id>. Run emrun --android --list_browsers to obtain a list of installed browsers you can use.")
0 commit comments