react-native-quick-base64
react-native-quick-base64 copied to clipboard
stuck during android build
I am not sure whats happening here but it does not let me build android. tried gradlew clean but that too stuck forever.
I am getting this same error @SMKH-PRO. Did you figure out what to do to get around it?
@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.
I also got stuck during the build. The work around by @izakfilmalter does not work