标签: java android maven gradle android-studio
我尝试通过File --> Project Structure --> Modules --> Add Maven dependency添加库并从显示的列表中选择android-times-square:1.0.3。添加后我无法在我的项目中使用它。我尝试将compile 'com.squareup:android-times-square:1.0.3'添加到我的build.gradle
File --> Project Structure --> Modules --> Add Maven dependency
android-times-square:1.0.3
compile 'com.squareup:android-times-square:1.0.3'
build.gradle
还按照下面的两个链接,但它们似乎都没有使我的应用程序模块中的库项目/模块可用
Specifying Maven dependencies in build.gradle doesn't work
How do I add a library project to Android Studio?