Replies: 0 comments 1 reply
-
Please move this to outline-apps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following instructions to build this application in this link
.
The first step is to install JDK 11, but in the following commands to install Android SDK 34 along with build-tools:
$HOME/Android/sdk/cmdline-tools/latest/bin/sdkmanager "platforms;android-34" "build-tools;34.0.0"
I face this error:
I tried to change the JDK version, but, the build process was unsuccessful. Which version of the SDK should I use? If the answer is SDK11, how can I fix this error?
Beta Was this translation helpful? Give feedback.
All reactions