Here is the link to this unofficial Java SnapChat client: https://github.com/hatboysam/JavaSnap
Can anyone suggest the steps to add the above library in Android Studio?
Here is the link to this unofficial Java SnapChat client: https://github.com/hatboysam/JavaSnap
Can anyone suggest the steps to add the above library in Android Studio?
It seems that the developer has discontinued the project
However to test for yourself, run this in the terminal:
git clone https://github.com/hatboysam/JavaSnap.git && mvn clean compile package
Then copy the generated JavaSnap-2.0-SNAPSHOT.jar file from the target
folder and copy it into the folder in your app directory called lib
. Try rebuilding the project and you should be good to go.