We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行react-native run-android 时,安装 app 失败,提示 sdk location not found. 一般是由于 ANDROID_HOME 环境变量配置的问题,运行
react-native run-android
export ANDROID_HOME=/usr/local/Cellar/android-sdk/24.3.3
将 sdk 路径写入到环境变量即可
The text was updated successfully, but these errors were encountered:
No branches or pull requests
运行
react-native run-android
时,安装 app 失败,提示 sdk location not found.一般是由于 ANDROID_HOME 环境变量配置的问题,运行
将 sdk 路径写入到环境变量即可
The text was updated successfully, but these errors were encountered: