add library from Git to Android Studio -
i know must pretty basic question, i'm new android studio
, gradle
, , can't find up-to-date info on this.
i'm trying add library project: android-segmented-control.
it doesn't can add build.gradle
file (correct?). i'd way, of course, , not download project if possible.
if need download project, how link existing project? again, haven't been able find current describes process android studio 0.5.3
thanks @thomas bouron
hint !
have pushed library maven center, need add following dependency build.gradle
.
dependencies { compile 'info.hoang8f:android-segmented:1.0.0' }
(a little late @workinafishbowl
may helpful others.).
Comments
Post a Comment