updated android/osx project and example project structure

This commit is contained in:
Joseph Henry
2016-06-23 11:36:08 -07:00
parent ee54905035
commit 6e16aad79c
158 changed files with 530 additions and 16 deletions

View File

@@ -0,0 +1,16 @@
ZeroTier One for Android
=====
Fully integrated build of ZeroTier JNI + the Android application.
To Build
------
1. Open project in Android Studio (Eclipse is not supported)
2. Open the file local.properties
3. Add the following line:
`ndk.dir=/path/to/your/local/ndk`
Once that is done, it should be buildable, runnable, debuggable, etc.