我是Android開發新手,並且無法找到用於Gradle構建系統的基本Android程序包的中央存儲庫。例如,在Android Studio中我的新項目的build.gradle
包含:查找Android庫程序包名稱和版本
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
我在哪裏可以找到類似的RecyclerView片段完整的包名和當前版本?我找到了它的JavaDocs頁面,但它似乎沒有顯示我應該使用的軟件包名稱或版本。我也看過Maven Central的com.android.*
軟件包,一無所獲,並試圖找到任何「JCenter」。
這就是我一直在尋找的東西。我不知何故錯過了這個頁面。謝謝。 –