gradle - Android Studio: Are Library Project dependencies picked from project.properties? -
i have imported project adt , after going "module settings" , editing dependencies things working fine. "build.gradle" has dependencies block empty, wondering ansdroid-studio picking libraries dependencies ? migrated eclipse have project.properties file in module directory. android-studio pick these things "project.properties" file ?
android studio's default project support done through gradle, unless have android project coming intellij can open studio well.
if use gradle, project.properties ignored. should not use module settings add dependencies changes ide not gradle based build system (we'll fix in later versions).
if have missing dependencies in build.gradle, may due bug in export adt. have fixes coming soon.
Comments
Post a Comment