android - Include aar in sbt build -


i have android project here includes local file aars in gradle via

dependencies {   compile project(':packagename_0.3') } 

i unable translate appropriate sbt syntax during build sbt able resolve dependencies. have idea ? checked scala on android still did not manage find working way. have suggestion?

well ended extracting jars aars , adding them default unmanagedbase folder (src/main/libs).


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

Slow performance first queries on SQL Azure -

Java Entity Manager - JSON reader was expecting a value but found 'db' -