Browse Source

Added java extension to NativeActivity.

Fredrik Hultin 10 years ago
parent
commit
a32f932da6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      android/src/net/openhmd/example/Example.java

+ 7 - 0
android/src/net/openhmd/example/Example.java

@@ -0,0 +1,7 @@
+package net.openhmd.example;
+
+public class Example extends android.app.NativeActivity {
+	static {
+		System.loadLibrary("openhmd");
+	}
+}