using a library in android studio -


i hoping if point me in right direction implementing library lobster picker in android studio project.

i have been looking @ different sites on how implement, ask link .jar file (github has access src). i'm little confused addcompile 'com.larswerkman:lobsterpicker:1.0.1'. tried in couple different gradle files, broke build.

could me?

look build.gradle(module:app), add reference inside dependencies, so:

dependencies {     compile 'com.larswerkman:lobsterpicker:1.0.1' } 

make sure internet connection working fine, otherwise receive error, project app: apk dependencies can jars.


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -