摘要:
第一步:编写kt代码 class NativeLib { /** * A native method that is implemented by the 'netconfig' native library, * which is packaged with this application. * 阅读全文
摘要:
android sdk int version if (Build.VERSION.SDK_INT > 29) {} 1 public static final int BASE = 1; //Android 1.0 2 public static final int BASE_1_1 = 2; / 阅读全文