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"
Any ideas?
build.sbt: https://gist.github.com/bmpc/e14f02e81049654c46d8
sbt>clean
sbt>about log: https://gist.github.com/bmpc/7bd653be49247aeff7b4
Thank you.
--
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.