Skip to content

Commit

Permalink
Add instructions for where to get android SDK. (#6581)
Browse files Browse the repository at this point in the history
It's not obvious that SDK 21 is required, or where to get it since
it's not available on the main android SDK site. Adding instructions
as part of the hint so new developers have some guidance.
  • Loading branch information
cecille authored and pull[bot] committed Jul 7, 2021
1 parent 2c67bcf commit 1583960
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gn_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ if [[ -d "${ANDROID_NDK_HOME}/toolchains" && -d "${ANDROID_HOME}/platforms" ]];
else
echo
echo "Hint: Set \$ANDROID_HOME and \$ANDROID_NDK_HOME to enable building for Android"
echo " The required android sdk platform version is 21. It can be obtained from"
echo " https://dl.google.com/android/repository/android-21_r02.zip"
fi

echo
Expand Down

0 comments on commit 1583960

Please sign in to comment.