Skip to content

Commit 3245a98

Browse files
authored
Migrated to build tools 36.0
Currently hitting an issue in cloudapk staging where the error says, > 500. Error generating app package: Command failed: ./gradlew assembleRelease --stacktrace Picked up JAVA_TOOL_OPTIONS: -javaagent:/agents/java/applicationinsights-agent-codeless.jar OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended FAILURE: Build failed with an exception. * What went wrong: Could not determine the dependencies of task ':app:minifyReleaseWithR8'. > Failed to find target with hash string 'android-36' in: /opt/android-sdk * Try: > Run with --info or --debug option to get more log output. We're updating our build box so that we use Android Build Tools v36 to see if this fixes the issue.
1 parent 5d4703e commit 3245a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ WORKDIR ${FINAL_DIRWORK}
458458

459459
FROM pre-minimal as minimal-plus
460460

461-
ARG BUILD_TOOLS="build-tools;34.0.0"
461+
ARG BUILD_TOOLS="build-tools;36.0.0"
462462
ARG NODE_VERSION="18.x"
463463

464464
RUN echo "installing: ${BUILD_TOOLS}" && \

0 commit comments

Comments
 (0)