docker-android
docker-android copied to clipboard
publish linux/arm64 image
publish images for both amd64 and arm64, https://docs.docker.com/build/ci/github-actions/multi-platform/. might require https://github.com/react-native-community/docker-android/pull/207
fixes https://github.com/react-native-community/docker-android/issues/166
I'm unsure if this is still an issue or not: https://github.com/react-native-community/docker-android/issues/166#issuecomment-1236141747
even though I managed to build ARM64 image, but it fails to compile RN 0.72 due to android tooling issues.
even though I managed to build ARM64 image, but it fails to compile RN 0.72 due to android tooling issues.
I'm also facing the same issue. Im getting the following error after running the commands:
- ./gradlew clean
- ./gradlew assembleRelease
` Warning: Dependant package with key emulator not found!
FAILURE: Build failed with an exception.
- What went wrong: Could not determine the dependencies of task ':app:lintVitalReportRelease'.
Failed to install the following SDK components: build-tools;30.0.3 Android SDK Build-Tools 30.0.3 Install the missing components using the SDK manager in Android Studio. `