No error.
Error while executing: am start -n "org.mozilla.fenix.debug/org.mozilla.fenix.App" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=org.mozilla.fenix.debug/org.mozilla.fenix.App }
Error type 3
Error: Activity class {org.mozilla.fenix.debug/org.mozilla.fenix.App} does not exist.
Error while Launching activity
I tried it several times with Android Studio 3.6.3 and with Android Studio 4.0. It always failed with the same error in Android Studio 4.0 and always worked in Android Studio 3.6.3.
@cadeyrn Temporary fix: set HomeActivity
as specified activity in launch options (run/debug config).
I had filed https://issuetracker.google.com/issues/153413510 for this on the google issue tracker, but it was closed for a duplicate that is not publicly visible. :\
And to be clear, it does build. It just doesn't launch.
Since the google issue is not public and therefore the status is not known but there is an easy workaround maybe it's enough to add a short notice to the build instructions in the README to close this issue? What do you think?
Since the google issue is not public and therefore the status is not known but there is an easy workaround maybe it's enough to add a short notice to the build instructions in the README to close this issue? What do you think?
The issue is already fixed in newer versions of Android Studio. It might be in 4.1 already.
The issue is already fixed in newer versions of Android Studio. It might be in 4.1 already.
I'm running Android Studio v4.1 and the issue is indeed fixed. We could close this issue.
Closing based on the previous comments.
Most helpful comment
And to be clear, it does build. It just doesn't launch.