Open flyingfishercn opened 9 years ago
Do you want to use the smoothie library? I use this in my app but have not come across a jar file. It is just a matter of setting up the smoothie library within your project. Assuming you use Android Studio,
dependencies { compile fileTree(dir: 'libs', include: '*.jar') compile project(':holoColorPickermaster') compile project(':smoothie') compile files('libs/disklrucache-1.3.1.jar') compile files('libs/google-play-services.jar') compile files('jcifs-1.3.18.jar') }
I hope this helps
Can anybody tell me how to get Smoothie's jar from the source code?