首页 > TAG信息列表 > netconfig

android jni demo

  第一步:编写kt代码 class NativeLib { /** * A native method that is implemented by the 'netconfig' native library, * which is packaged with this application. */ external fun stringFromJNI(): String companion object { // Use