Skip to content

Commit 1ba5782

Browse files
Kudokmagiera
authored andcommitted
Update README.md (#101)
NDK version should pin at r17c which aligned with react-native. Fixes #99, #100
1 parent 512df6a commit 1ba5782

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ This project is based on [facebook/android-jsc](https://github.com/facebook/andr
1414
* Node `brew install node`
1515
* Java 8: `brew tap caskroom/versions && brew cask install java8`
1616
* Android SDK: `brew cask install android-sdk`
17-
* Run `sdkmanager --list` and install all platforms, tools, cmake, ndk (android images are not needed)
17+
* Run `sdkmanager --list` and install all platforms, tools, buildtool v28.0.3, cmake (android images are not needed)
1818
* Set `$ANDROID_HOME` to the correct path (in ~/.bashrc or similar)
19-
* Set `export ANDROID_NDK=$ANDROID_HOME/ndk-bundle`
2019
* Set `export PATH=$PATH:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin`
20+
* Android NDK r17c: download from [NDK Archives](https://developer.android.com/ndk/downloads/older_releases.html)
21+
* Set `export ANDROID_NDK=/path/to/android-ndk-r17c`
2122
* Make sure you have Ruby (>2.3), Python (>2.7), Git, SVN, gperf
2223

2324
## Build instructions

0 commit comments

Comments
 (0)