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 1dd65ea commit 616d29aCopy full SHA for 616d29a
Dockerfile
@@ -117,4 +117,5 @@ RUN curl -sS https://dl.google.com/android/repository/${SDK_VERSION} -o /tmp/sdk
117
"system-images;android-21;google_apis;armeabi-v7a" \
118
"ndk;$NDK_VERSION" \
119
&& rm -rf ${ANDROID_HOME}/.android \
120
+ && chmod 777 -R /opt/android \
121
&& ln -s ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.9 ${ANDROID_NDK}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/9.0.8
0 commit comments