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
I am not sure whats happening here but it does not let me build android. tried gradlew clean but that too stuck forever.
The text was updated successfully, but these errors were encountered:
I am getting this same error @SMKH-PRO. Did you figure out what to do to get around it?
Sorry, something went wrong.
@SMKH-PRO I was able to resolve this by adding the following to my zsh profile after installing Android Studio
export ANDROID_SDK_ROOT=$HOME/Library/Android/sdk export PATH=${PATH}:$ANDROID_SDK_ROOT/tools:$ANDROID_SDK_ROOT/platform-tools
An easy test for this is to see if you can run adb from the terminal.
adb
I also got stuck during the build. The work around by @izakfilmalter does not work
No branches or pull requests
I am not sure whats happening here but it does not let me build android.
tried gradlew clean but that too stuck forever.
The text was updated successfully, but these errors were encountered: