We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4015916 commit fab1152Copy full SHA for fab1152
Demo/app/src/main/java/com/pureswift/swiftandroid/Application.java
@@ -2,9 +2,14 @@
2
3
import android.annotation.SuppressLint;
4
import com.example.swift.HelloSubclass;
5
+import com.pureswift.swiftandroid.NativeLibrary;
6
7
public class Application extends android.app.Application {
8
9
+ static {
10
+ System.loadLibrary("SwiftAndroidApp");
11
+ }
12
+
13
@SuppressLint("MissingSuperCall")
14
@Override
15
public native void onCreate();
0 commit comments