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 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?