Skip to content

Commit 856e085

Browse files
committed
update sdk tutorial
1 parent 960c007 commit 856e085

File tree

1 file changed

+1
-0
lines changed
  • examples/demo-apps/android/LlamaDemo

1 file changed

+1
-0
lines changed

examples/demo-apps/android/LlamaDemo/SDK.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ unzip commandlinetools.zip
6060
3. Specify a root for Android SDK. For example, we can put it under `$DEV_HOME/sdk`.
6161

6262
```
63+
mkdir -p $DEV_HOME/sdk
6364
export ANDROID_HOME="$(realpath $DEV_HOME/sdk)"
6465
# Install SDK 34
6566
./cmdline-tools/bin/sdkmanager --sdk_root="${ANDROID_HOME}" --install "platforms;android-34"

0 commit comments

Comments
 (0)