android - Gradle dependencies not imported into library project -
hey i've been trying hours import android library (betterpickers latest commit) project using gradle
after importing , setting module, compilation errors. seems wrong dependencies in build.gradle
.
build.gradle of library project
build.gradle of main project
as can see, android studio suggests autofix it's not helpful.
when try run project/gradle build, compilation errors since library project dependent on nineolddroids lib
. when try add nineolddroids
dependencies different error:
could not resolve dependencies configuration ':sub:bp:_debugcompile'.
could not find com.nineoldandroids:library:2.4.0.)
i guess both of them derived same thing. how can fix this?
a few remarks
using latest android studio (0.2.5)
android support repository installed
in main project, support lib imported fine , no compilation errors when using classes support lib
tried many ways import library project, including answers here
Comments
Post a Comment