-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
I encountered an error when I tried to build Android development #8619
Comments
Is this when building or when running? Could you share the commands you executed? Could you share code to reproduce the issue? |
Running, I follow the tutorial on the official website and Sorry for the following error when I tried to retry: |
The ndk version 25.2.9519653 sdk version 31 I used cannot run. Is there any documentation for the version I can use |
Works for me with both ndk 25.2.9519653 and 24.0.8215888. The errors would point more at something in your setup... |
|
It looks like your - ANDROID_NDK_ROOT=/home/anmingle/Android/Sdk/21.4.7075529
+ ANDROID_NDK_ROOT=/home/anmingle/Android/Sdk/ndk/21.4.7075529 |
thread 'main' panicked at 'Failed to read source.properties: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /home/anmingle/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/ndk-build-0.9.0/src/ndk.rs:89:14
Here is my running environment:
Android Debug Bridge version 1.0.41
Version 28.0.2-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
NDK:--version 21.4.7075529
The system is ubuntu
The text was updated successfully, but these errors were encountered: