-
Notifications
You must be signed in to change notification settings - Fork 569
Building the sqlcipher-android on ubuntu fail,ant release fail #153
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
Comments
It appears that your |
Thanks for your answer,but it seems not work。 I try to reinstall ant with the command "apt-get install ant1.7". after the install were complete,I can see the tips with the command "ant -version" root@ubuntu:~/android/projects2/android-database-sqlcipher# ant -version so I try to make again (project in dir /root//android/projects2/android-database-sqlcipher,and I type make command in dir /root//android/projects2/android-database-sqlcipher too). Unfortunately,nothing change,i can not get any jar,the tips were the same, like this: [x86] Install : libdatabase_sqlcipher.so => jni/libs/x86/libdatabase_sqlcipher.so How can I get the build.xml ? |
The build.xml file is generated from executing |
in the Makefile,add "-t android-19": android update project -p . -t android-19 |
@zaczqs @developernotes |
With that change make completes successfully
Hi !
I try to build sqlcipher -android on ubuntu .
I use git to copy the source code,make init to download the submodule.
It seems all goes well,so I use make command to build the source code,then some eroors occur.
At first ,I can only find 2 so files in dir external/libs ,they are libsqlcipher_android.so and libstlport_shared.so,but I also can find 3 so files in dir obj/local. Is it normal?
Second,no any jar were generated,and some tips like this:
make: execvp: ant: Permission denied
My Machine did not install ant program,so I Install apache-ant-1.9.4 and make again,then i get the tips like this:
ant release
Buildfile: build.xml does not exist!
How I can fix this issue?or If I do something wrong?
thanks so much!
The text was updated successfully, but these errors were encountered: