[android-developers] convert dll to so and include into android project

2012-07-31 Thread Károly Holczhauser
Hello developers ! I have a huge problem, and I don`t get over it, so please if you are able give me some help.: we have a microcontroller library in c# which has been converted out into a DLL file. It is okay, and nice. I have to write an Android remote controller applicaiton for the

Re: [android-developers] convert dll to so and include into android project

2012-07-31 Thread Jim Graham
On Tue, Jul 31, 2012 at 08:39:18AM -0700, K??roly Holczhauser wrote: Is anyone have any idea, or do you know any solution ? First, I'm 99.% certain that you can't convert a DLL to a shared library (.so). You'll have to recompile the library in the NDK. Second, for NDK questions,