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
That you set the required environment variables or soft links to Android NDK, Android SDK and Java JDK
Make sure you set the LOG_FILE in the build.sh script, so you get more information about the error.
I've tested on Ubuntu 22.04 LTS with Android NDK r27c, Android SDK 15 and JDK 11, and it worked fine.
An alternative would be to open the project directly in Android Studio.
building the app/src/main/jni/build.sh fails, when building libsodium.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builds/Makefile
config.status: creating contrib/Makefile
config.status: creating dist-build/Makefile
config.status: creating libsodium.pc
config.status: creating libsodium-uninstalled.pc
config.status: creating msvc-scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/libsodium/Makefile
config.status: creating src/libsodium/include/Makefile
config.status: creating src/libsodium/include/sodium/version.h
config.status: creating test/default/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: error: in `/d/Java/Mega/sdk-master/sdk-master/examples/android/ExampleApp/app/src/main/jni/sodium/sodium':
config.status: error: Something went wrong bootstrapping makefile fragments
for automatic dependency tracking. Try re-running configure with the
'--disable-dependency-tracking' option to at least be able to build
the package (albeit without support for automatic dependency tracking).
The text was updated successfully, but these errors were encountered: