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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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