我研究过如何添加我在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。
答案 0 :(得分:0)
您不需要下载它。它位于Maven Central。将其添加为build.gradle
文件的依赖项,例如
compile 'com.google.maps.android:android-maps-utils:0.5'