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
I have ANDROID_HOME and ANDROID_NDK_ROOT set correctly. make init succeeds without errors or warnings. However, make fails with the following error:
make[1]: Leaving directory `XXX/android-database-sqlcipher/jni'
ant release && \
cd XXX/android-database-sqlcipher/bin/classes && \
jar -cvf sqlcipher.jar .
Buildfile: build.xml does not exist!
Build failed
Using your provided binaries is not a solution, as they contain dependencies like Guava, making them a dealbreaker. Also the issues with DART due to JNI signatures make it look like I will have to build myself in any case to fix these locally (will send PR).