I want to use this library in my android app:
https://github.com/Gottox/socket.io-java-client
But I don't know how can I import library to my app.Can you explain this ?
(I am using eclipse)
I want to use this library in my android app:
https://github.com/Gottox/socket.io-java-client
But I don't know how can I import library to my app.Can you explain this ?
(I am using eclipse)
You can right click your project -> properties -> Android -> Add
.
There you can add the library.
NOTE: There should not be another project with the same name(library presumably) in your workspace.
Also check - How to include GitHub library to your existing Android project in eclipse.
UPDATE:
I copied these files to libs folder.But still not showing in the list.
Steps to import the library project in detail -
project -> properties -> Android
.Is Library
.application -> properties -> Android -> Add