sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Can't download prebuilt libraries, also missing x86-64 lib

Open acarlsen opened this issue 5 years ago • 5 comments

Prebuilt libraries link for Android here is dead: https://github.com/meganz/sdk/blob/develop/examples/android/ExampleApp/README.md

Also please include x86-64 version of libmega.so - I have tried building libraries myself using guide but script fails at random places without meaningful error, usually unpacking/configuring some dependency and I don't really know enough about the build process used to debug it in any meaningful way.

I have removed MEGA support in latest version of my app because I am unable to satisfy Google Play 64 bit library requirement if trying to include MEGA support.

acarlsen avatar May 03 '20 17:05 acarlsen

I'm also having trouble building libmega.so

I'm having a problem when it comes to line 15 (CC=`${NDK_ROOT}/ndk-which gcc`) of build.sh nothing happens and the script closes because of set -e (line 2 in build.sh)

Line 15 does not execute the command and I was unable to identify the error.

(https://github.com/meganz/sdk/blob/develop/examples/android/ExampleApp/app/src/main/jni/build.sh#L15)

mrladeia avatar May 04 '20 14:05 mrladeia

Same problem here.

Nelnitorian avatar Dec 06 '20 14:12 Nelnitorian

Why isn't anyone responding to issues? Is this in active development?

han9over avatar Dec 07 '20 12:12 han9over

Apologies for the delay. We will sort it out in the coming weeks. Thanks for your patient.

PS: I hope it's not too late for you to restore the support to MEGA in your app, @acarlsen. Keep an eye on the issue ;)

sergiohs84 avatar Feb 04 '21 18:02 sergiohs84

I did manage to build the libraries in the end after lots of trial and error, but it would be very nice to just be able to import Mega SDK like a Maven library prepackaged with interop files and prebuilt binaries. Then it would be a one-liner in your build.gradle to import it and you wouldn't need to include a lot of files in your own project or build your own wrapper library...

acarlsen avatar Feb 11 '21 19:02 acarlsen