google / android-emulator-m1-preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration in Android Studio only works for API level 30

Jeehut opened this issue · comments

We've setup Android Studio on an M1 Mac mini and could successfully install and start the emulator for API level 30. We can also create an AVD for API level 25, but that one doesn't start (the emulator stays black forever).

What's more important for us though is to have API level 29 – on level 30 there's an issue with accessing the /sdcard to get our screenshot tests running. On API level 29 there's no such issue, so we've always run our tests on that level. But an image on API level 29 seems not to be available (same for 28, 27, 26). Is there any plans to add more API levels soon?

is there an update?