Hi
I am trying to develop an Android App and I will be using my company's SDK. I installed the SDK and it simply has bunch of DLL files that were extracted. supposedly, those DLLs will lay the foundation for the APP and I will create a main frame and implement these files.
I am not sure how to get those DLLs to be part of my application. Can anyone point me in the right direction?
Adding a third party SDK to Android APP
Page 1 of 12 Replies - 572 Views - Last Post: 04 February 2013 - 12:52 PM
Replies To: Adding a third party SDK to Android APP
#2
Re: Adding a third party SDK to Android APP
Posted 03 February 2013 - 05:17 PM
You can't use .DLL files in android... DLLs are Microsofts implementation of a shared dynamic linked library. Since android is Java running on top of Linux those files won't work!
#3
Re: Adding a third party SDK to Android APP
Posted 04 February 2013 - 12:52 PM
looks like it's some sort of cross platform framework or library
Page 1 of 1