Tags
c++ , Android
Asked 7 years ago
6 Sep 2016
Views 1275
sandip

sandip posted

dll written in c++ , how can i use it with Android

i have a dll written in c++ i want to use it on android application
Mitul Dabhi

Mitul Dabhi
answered Nov 30 '-1 00:00

you can do it by Android NDK
i dont think you can use direct dll at Android . but you can place your code at Android coding

you can refer more at https://developer.android.com/ndk/index.html
Post Answer