2021.04.08
cmake
This commit is contained in:
@@ -2,7 +2,8 @@ package com.tt.ttutils.jni;
|
||||
|
||||
public class NDKTools {
|
||||
static {
|
||||
System.loadLibrary("NDKTools-jni");
|
||||
// System.loadLibrary("NDKTools-jni");
|
||||
System.loadLibrary("native-lib");
|
||||
}
|
||||
|
||||
public static native String getStringFromNDK();
|
||||
|
||||
Reference in New Issue
Block a user