Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 71ed471

Browse files
committed
fix(docker-android): actually call the feature
1 parent e8aa9c0 commit 71ed471

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-android/.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"installMavenRepos": true,
2323
"installPlayServices": true,
2424
"installEmulator": true
25+
},
26+
27+
"./features/android-vm": {
28+
"androidImage": "system-images;android-34;google_apis_playstore;x86_64"
2529
}
2630

2731
// These features have not been included for the sake of keeping the template "light", but feel free to add them back:

0 commit comments

Comments
 (0)