-
Notifications
You must be signed in to change notification settings - Fork 24
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
Cannot build DIDKit for Android #107
Comments
Do you have llvm/clang installed? |
I've installed both of them and tried again but I still get the error. I'm attaching the info of clang and llvm that are installed on my machine. Output of
Output of
|
If it's the same error, try |
The export solved the issue on ring but now an error occurrs related to openssl-sys. Below is the part of the output that shows the error.
|
I'm not completely sure but this was probably due to NDK not being installed correctly. If anyone comes across this error in the future, I suggest running the commands in install_android_dependencies.sh and making sure there are no errors. That's how I solved my issue. |
@SametSahin10 i tried running but I'm still getting different error: #112 any advice? |
@SametSahin10 May I know which ndk version you are using ? |
I'm following the instructions to run the app. I've installed DIDKit, SSI. Cloned the Credible repository and put didkit, ssi and spruce into the same directory. I've been able to run the command
make -C lib install-rustup-android
andmake -C lib ../target/test/java.stamp
successfully but when I runmake -C lib ../target/test/android.stamp
, I get errors. Below is the full output of the command. What could be the issue here? As it says in the output, an error occurrs while building the dependency ring. I've checked out lots of issues and questions but I couldn't find an answer. I'm using Pop!_OS 21.10 which is based on Ubuntu 21.10.The text was updated successfully, but these errors were encountered: