List of supported AVD #407
Unanswered
HamzaNiazi1995
asked this question in
Q&A
Replies: 1 comment
-
You should be able to see the available profiles by running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this in a CI for github actions is there a list of supported devices related to this.
Currently it is this
name: Start Emulator, Verify Emulator, and Run Android Tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
profile: Galaxy Nexus
disable-animations: false
Beta Was this translation helpful? Give feedback.
All reactions