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

bundle exec setup android should fail if Java is not installed #4

Open
stephen-puiszis opened this issue Sep 14, 2018 · 0 comments
Open

Comments

@stephen-puiszis
Copy link

stephen-puiszis commented Sep 14, 2018

Adding this for later for me to fix.

The setup script will still finish if you don't have Java installed.

== Updating Android Packages
No Java runtime present, requesting install.
touch: /Users/stephen/.android/repositories.cfg: No such file or directory
No Java runtime present, requesting install.
== Creating virtual device
No Java runtime present, requesting install.
Add the following to your environment file:
--------------------------------------------
export ANDROID_SDK_ROOT=/usr/local/share/android-sdk
export ANDROID_HOME=$ANDROID_SDK_ROOT
export ANDROID_NDK_HOME=$ANDROID_SDK_ROOT/ndk-bundle

export PATH=$PATH:$ANDROID_SDK_ROOT/emulator
export PATH=$PATH:$ANDROID_SDK_ROOT/tools
export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
--------------------------------------------
true
Setup finished 🚀
@stephen-puiszis stephen-puiszis changed the title setup android should fail if Java is not installed bundle exec setup android should fail if Java is not installed Sep 14, 2018
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

1 participant