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 1cd50bd commit c7b1474Copy full SHA for c7b1474
Dockerfile
@@ -64,5 +64,6 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
64
"emulator" \
65
"platforms;android-$ANDROID_BUILD_VERSION" \
66
"build-tools;$ANDROID_TOOLS_VERSION" \
67
- "system-images;android-19;default;armeabi-v7a" \
+ "add-ons;addon-google_apis-google-23" \
68
+ "system-images;android-19;google_apis;armeabi-v7a" \
69
"extras;android;m2repository"
0 commit comments