google / android-emulator-m1-preview

Apache License 2.0
1.83k stars 161 forks source link

Integration in Android Studio only works for API level 30 #48

Open Jeehut opened 3 years ago

Jeehut commented 3 years ago

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?

demoh2019 commented 2 years ago

is there an update?