Skip to content
New issue

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

stuck during android build #12

Open
SMKH-PRO opened this issue Jul 9, 2022 · 3 comments
Open

stuck during android build #12

SMKH-PRO opened this issue Jul 9, 2022 · 3 comments

Comments

@SMKH-PRO
Copy link

SMKH-PRO commented Jul 9, 2022

I am not sure whats happening here but it does not let me build android.
tried gradlew clean but that too stuck forever.

Screenshot 2022-07-10 at 4 44 01 AM

@izakfilmalter
Copy link

I am getting this same error @SMKH-PRO. Did you figure out what to do to get around it?

@izakfilmalter
Copy link

izakfilmalter commented Jul 18, 2022

@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.

@ericmconnelly
Copy link

I also got stuck during the build. The work around by @izakfilmalter does not work

Screenshot 2023-03-26 at 5 23 50 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants