Skip to content

Commit

Permalink
Update compiling instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 18, 2014
1 parent 901a9ea commit bb4bbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Transifex page - https://www.transifex.com/projects/p/antox/
- In Android Studio, go to Help>Check For Updates. As of writing, the latest version of AS is 0.8.1
- In Android Studio again, go to Tools>Android>SDK Manager. Make sure you're using the latest SDK tools and SDK Build tools (22.6.3 and 19.0.3 respectively as of writing)
- To import the project, go to File>Import Project. Select the build.gradle file in the root of the Antox folder
- Download the latest jToxcore binaries from https://jenkins.libtoxcore.so/job/jToxcore_Android/lastSuccessfulBuild/artifact/*zip*/archive.zip
- Copy the armeabi/, armeabi-v7a/, mips/ and x86/ folders to app/src/main/jniLibs/
- Download the latest jToxcore binaries from https://jenkins.libtoxcore.so/job/jtoxcore_android_arm/
- Copy libjtoxcore.so to app/src/main/armeabi/jniLibs/
- Copy jToxcore.jar to app/libs/jToxcore.jar
- These dependencies are updated from time to time, so you might need to check back if the binary link changed
- Connect your phone in developer mode and click Run in Android Studio. It will install Antox on to your phone and run it automatically.
Expand Down

0 comments on commit bb4bbcf

Please sign in to comment.