Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8aa9c0 commit 71ed471Copy full SHA for 71ed471
docker-android/.devcontainer/devcontainer.json
@@ -22,6 +22,10 @@
22
"installMavenRepos": true,
23
"installPlayServices": true,
24
"installEmulator": true
25
+ },
26
+
27
+ "./features/android-vm": {
28
+ "androidImage": "system-images;android-34;google_apis_playstore;x86_64"
29
}
30
31
// These features have not been included for the sake of keeping the template "light", but feel free to add them back:
0 commit comments