Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android emulator doesn't work on M1 hardware #689

Closed
freakboy3742 opened this issue Mar 28, 2022 · 1 comment
Closed

Android emulator doesn't work on M1 hardware #689

freakboy3742 opened this issue Mar 28, 2022 · 1 comment
Labels
android The issue relates to Android mobile support. bug A crash or error in behavior.

Comments

@freakboy3742
Copy link
Member

Describe the bug

The Android toolchain currently assumes you are running on x86 hardware. While it is possible to complete a build on an Apple M1 hardware, the emulator will not start.

To Reproduce

On an Apple M1 machine, run briefcase run android on any test project.

Expected behavior

Emulator should start

Environment:

  • Operating System: macOS, on M1 hardware
  • Python version: Any
  • Software versions:
    • Briefcase: 0.3.6

Additional context

M1 hardware support was added in Android Studio 2020.3.1, provided you use the arm64-v8a CPU architecture.

@freakboy3742 freakboy3742 added bug A crash or error in behavior. up-for-grabs android The issue relates to Android mobile support. labels Mar 28, 2022
@freakboy3742
Copy link
Member Author

Closing a duplicate of #616

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android The issue relates to Android mobile support. bug A crash or error in behavior.
Projects
None yet
Development

No branches or pull requests

1 participant