How to use Skype Java API inside android application? -
I want to create an application that will monitor the other IM chat history in the phone.
I could not find any Skype API for Android, though I got Skype 4 Java AP from the Net. I want to use it in the Android application. I've imported the .jar file of that API on my Java Build path. When I run my code, I'm lynchkaype. Jenilib and Libskype I'm getting errors for the file. I can not even delete that file, because when I try to delete it, I get an error. How do I do this?
How can I use Skype's Java API inside the Android app?
According to the current writing of this answer, there is no Android implementation of Skype. There are many third party chat APIs, although I personally can not work with any one because I can not name any one.
The Skype4Java API is causing you to throw errors because it was not designed to remove .jar files for use with Android, you have to delete all its references and try to delete it It must be removed from its build path.
Comments
Post a Comment