You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, brew install android-ndk installs NDK r13b, which is not compatible to current version of devkit. I have to manually download version r9b and set it up in PATH environment to make the build working
On macOS (I am using El Capitan), Java and Ant must be installed as well to make the build working:
brew cask install java
brew install ant
The text was updated successfully, but these errors were encountered:
Currently,
brew install android-ndk
installs NDKr13b
, which is not compatible to current version of devkit. I have to manually download versionr9b
and set it up in PATH environment to make the build workingOn macOS (I am using El Capitan), Java and Ant must be installed as well to make the build working:
The text was updated successfully, but these errors were encountered: