How To Include The Skype Kit Java Apis Inside An Android Application On Ecclipse Ide?
I am working on an application where I need to integrate the Skype Java APIs inside an android application. Could some one provide any pointers? Thanks.
Solution 1:
You have to include the library (the .jar file) into the Build Path of the project and to put the libraries in the project folder. This article could be quite useful.
Solution 2:
SkypeKit is not a pure Java implementation. As I understand it is natively distributed for various processor architectures on linux (as well as windows and osx) It requires you to link to native libraries via JNI. That requires you to first download the Android NDK - http://developer.android.com/sdk/ndk/index.html Beyond that bit of information I can not help as I do not have access to SkypeKit myself.
Post a Comment for "How To Include The Skype Kit Java Apis Inside An Android Application On Ecclipse Ide?"