13 changed files with 36 additions and 24 deletions
@ -1,5 +1,5 @@
|
||||
package ZeroTierSDK.ZeroTierSDK; |
||||
public class ZeroTierSDK { |
||||
package SDK; |
||||
public class SDK { |
||||
public native void startOneService(); |
||||
static { System.loadLibrary("ZeroTierOneJNI"); } // Loads JNI code
|
||||
} |
||||
@ -1,3 +1,3 @@
|
||||
<resources> |
||||
<string name="app_name">Example_Android_App</string> |
||||
<string name="app_name">example_app</string> |
||||
</resources> |
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package com.example.joseph.example_android_app; |
||||
package com.example.joseph.example_app; |
||||
|
||||
import org.junit.Test; |
||||
|
||||
Binary file not shown.
Loading…
Reference in new issue