添加库时出错

时间:2017-08-08 10:30:19

标签: android android-studio

我研究过如何添加我在GitHub中下载的库。

这是我在GitHub中下载的文件(格式为.zip):https://github.com/googlemaps/android-maps-utils

这是我看过的教程: “https://www.youtube.com/watch?v=1MyBO9z7ojk

同步gradle版本时在Android Studio中显示的错误。

  

错误:Project:app声明配置'compile'的依赖项   配置'default',它没有在描述符中声明   project:Libraries:android-maps-utils-master。

1 个答案:

答案 0 :(得分:0)

您不需要下载它。它位于Maven Central。将其添加为build.gradle文件的依赖项,例如

compile 'com.google.maps.android:android-maps-utils:0.5'