How to create dll using android

前端 未结 2 1194
野的像风
野的像风 2021-01-03 16:24

I am new to Android application development.I want develop a dll using android. Is it possible to develop and integrate to android app. Please tell me the solut

2条回答
  •  春和景丽
    2021-01-03 16:59

    You can check out the Android NDK, here http://developer.android.com/sdk/ndk/index.html. The NDK can be used to create linux equvalent .so, of the windows .dll files.

提交回复
热议问题