简体   繁体   中英

How to add as a dependency a library (unofficial API for Snapchat) 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:

  1. git clone https://github.com/hatboysam/JavaSnap.git && mvn clean compile package

  2. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM