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 960c007 commit 856e085Copy full SHA for 856e085
examples/demo-apps/android/LlamaDemo/SDK.md
@@ -60,6 +60,7 @@ unzip commandlinetools.zip
60
3. Specify a root for Android SDK. For example, we can put it under `$DEV_HOME/sdk`.
61
62
```
63
+mkdir -p $DEV_HOME/sdk
64
export ANDROID_HOME="$(realpath $DEV_HOME/sdk)"
65
# Install SDK 34
66
./cmdline-tools/bin/sdkmanager --sdk_root="${ANDROID_HOME}" --install "platforms;android-34"
0 commit comments