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

Provide build prerequisites #458

Open
GrahamJenkins opened this issue Jun 11, 2023 · 1 comment
Open

Provide build prerequisites #458

GrahamJenkins opened this issue Jun 11, 2023 · 1 comment

Comments

@GrahamJenkins
Copy link

GrahamJenkins commented Jun 11, 2023

The project README is incomplete. It describes cloning and building, but has no documentation about the prerequisites. I'm currently searching/testing/guessing my way through the errors.

Building specifically on Ubuntu 22.04, so far it appears that:

  1. Java 8 is required (apt install openjdk-8-jre)
  • If more versions are installed change defaults with sudo update-alternatives --config java
  1. Android SDK is required and needs to be defined. I'm halfway through this, but apt install android-sdk seems to be correct, and the path needs to be found and added to the right environment variable or a local.properties (documentation or sample of this file required)
  2. Is there a number 3? I'll update this once I figure out the second half of number 2.
@aaronisme
Copy link
Contributor

Hi @GrahamJenkins Yes, you should use java8 for this repo. And We are on mac and using android studio. I think it can really helpful, you can directly use android studio which can be really helpful.

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

2 participants