You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK installation was working well until it occured to me to have an issue related to the libssl version (OpenSSL).
The output is the following:
[...]
No package found that provides library: libssl.so.1.0.0
builder for '/nix/store/224l5rd43k5a153p0lh7ksz8xnlsyqd7-lldb-2.0.2558144.drv' failed with exit code 1
cannot build derivation '/nix/store/cf8kpm9akyr2z5pb2czv0sp0n06ghjny-androidsdk.drv': 1 dependencies couldn't be built
error: build of '/nix/store/cf8kpm9akyr2z5pb2czv0sp0n06ghjny-androidsdk.drv' failed
openssl version output is the following:
$ openssl version
OpenSSL 1.1.1d 10 Sep 2019
Now, I don't think it is possible to downgrade to a prior version of OpenSSL, and I was wondering if there was a workaround to this problem.
I’m on nixos-19.09 channel.
The text was updated successfully, but these errors were encountered:
@cguertin14 To put in words your logs, the package lddb from androidsdk import on the default openssl version for your system if openssl version hasn't been override somewhere else.
The SDK installation was working well until it occured to me to have an issue related to the libssl version (OpenSSL).
The output is the following:
openssl version
output is the following:Now, I don't think it is possible to downgrade to a prior version of OpenSSL, and I was wondering if there was a workaround to this problem.
I’m on nixos-19.09 channel.
The text was updated successfully, but these errors were encountered: