On Thu, Mar 13, 2014 at 6:40 PM, Bruno Conde <[email protected]> wrote:
> Greetings,
>
> I'm trying to develop and android app in scala and for that I'm using the
> android-sdk-plugin at https://github.com/pfn/android-sdk-plugin.
>
> I'm having some problems loading a specific aar dependency, more
> specifically:
>
> libraryDependencies += aar("com.github.chrisbanes.actionbarpulltorefresh" %
> "extra-abc" % "0.9.3")
>
> This library is fetched and SBT does not complain. When I try to compile, I
> get compile errors because a package on a dependent library (called
> "library") is missing:
>
> object library is not a member of package uk.co.senab.actionbarpulltorefresh
> [error] import
> uk.co.senab.actionbarpulltorefresh.library.listeners.OnRefreshListener
>                                                                       ^
> Dependent library is:
> "com.github.chrisbanes.actionbarpulltorefresh" % "library" % "0.9.3"

libraryDependencies +=  "com.github.castorflex.smoothprogressbar" %
  "library" % "0.2.0" artifacts(Artifact("library", "aar", "aar"))

Jim

-- 
Jim Fulton
http://www.linkedin.com/in/jimfulton

-- 
You received this message because you are subscribed to the Google Groups 
"scala-on-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to