-
Notifications
You must be signed in to change notification settings - Fork 569
Unable to build using instructions in README.md #136
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
Comments
Turns out it was because I didn't have android-7 installed. The error message is very hard to see, since it's at the top of thousands of lines of output. It would be nice to clearly document the requirement and/or abort execution after this error. |
Hi @FabianFrank We will update the README to include an additional reference to the Android environment configuration for those building from source. Thanks! |
Thank you for doing this. 👍 |
Thanks for this info. |
I have ANDROID_HOME and ANDROID_NDK_ROOT set correctly. make init succeeds without errors or warnings. However, make fails with the following error:
Using your provided binaries is not a solution, as they contain dependencies like Guava, making them a dealbreaker. Also the issues with DART due to JNI signatures make it look like I will have to build myself in any case to fix these locally (will send PR).
The text was updated successfully, but these errors were encountered: