1

I'm not able to get an Android app to launch in the Emulator on an M1 Mac. I've very carefully followed instructions for setting up an arm-based emulator but when I run it shows

> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
   > com.google.common.base.VerifyException (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

1 Answers1

1

the android studio emulators for the m1 mac aren't compatible with arm based systems yet coz Apple M1 lacks of virtualization support

the problem also seems constant with the Rosetta build of android studio but to be fare I dont even know what the Rosetta build even is though if it is of help try this page

ABZY
  • 11
  • 3
  • This does not look anything related to the Emulator, it's probably related to the gradle build task failing – gtxtreme Sep 04 '21 at 00:17