2017-08-08 72 views
-2

我研究瞭如何添加我在GitHub中下載的庫。添加庫時出錯

這是我在GitHub上下載的文件(.zip格式):https://github.com/googlemaps/android-maps-utils

這是我看了教程: 「https://www.youtube.com/watch?v=1MyBO9z7ojk

顯示在我的Android Studio時的錯誤同步gradle構建。

Error:Project :app declares a dependency from configuration 'compile' to configuration 'default' which is not declared in the descriptor for project :Libraries:android-maps-utils-master.

+0

發佈您的build.gradle – MinnuKaAnae

回答

0

您不需要下載它。它在Maven中心。將它作爲依賴項添加到您的build.gradle文件中,例如

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

如果離線,您還可以運行嗎?因爲我的網絡不一致 –

+0

@YaZaoRuZakiaga一旦下載它不會重新下載它。 –

+0

並非所有(幾乎都不是)github庫託管在maven中心。 –