servalproject / batphone

The Serval Mesh app for Android. EXPERIMENTAL SOFTWARE.
http://www.servalproject.org
GNU General Public License v3.0
398 stars 157 forks source link

ant debug error! #144

Closed monster-xie closed 6 years ago

monster-xie commented 6 years ago

When i finish the build_setup.sh,the execute the ant debug command.report error:

@ubuntu:~/smartphone/batphone$ ant debug Buildfile: /home/whitefly/smartphone/batphone/build.xml

BUILD FAILED /home/whitefly/smartphone/batphone/build.xml:78: Expected to find libsodium.a. Have you run ./build_setup? Refer to INSTALL.md for more information.

Total time: 1 second

lakeman commented 6 years ago

We migrated the development branch to a gradle build process some time ago. Provided you checkout the development branch and have the right libsodium remote, the gradle build should be quite painless.

monster-xie commented 6 years ago

I am in the libsodium branch.