How to import .dll to Android java project (working with eclipse)

前端 未结 4 1131
醉话见心
醉话见心 2020-12-30 16:33

Java Native Interface (JNI)

Java Native Interface (JNI) is one of the intersting interface by java By using Java Native I

4条回答
  •  天命终不由人
    2020-12-30 17:21

    I don't think you're going to be able to use a Windows native library (.dll) in an Android application. To load on Android, the code would need to be built into a .so.

提交回复
热议问题