Android Studio: Are Library Project dependencies picked from project.properties?

后端 未结 2 849
清歌不尽
清歌不尽 2021-01-21 08:46

I have imported my project from ADT and after going to \"Module Settings\" and editing dependencies things are working fine. My \"build.gradle\" has dependencies block empty, So

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-21 09:03

    Probably not, since a new project on Android Studio does not generate a project.properties file.

    Presumably in Android Studio that is not where dependencies are coming from, but I can't be too sure.

提交回复
热议问题