-1
我在哪裏可以下載com.android.support
包的jar文件,如com.android.support:appcompat-v7
或com.android.support:design
?我在哪裏可以下載谷歌Android軟件包? (不是應用程序)
我看着mavenCentral
和jCenter
但那裏什麼也沒有。
編輯:
可能get
沒有使用正確的字。我想下載並離線使用它們。
我在哪裏可以下載com.android.support
包的jar文件,如com.android.support:appcompat-v7
或com.android.support:design
?我在哪裏可以下載谷歌Android軟件包? (不是應用程序)
我看着mavenCentral
和jCenter
但那裏什麼也沒有。
編輯:
可能get
沒有使用正確的字。我想下載並離線使用它們。
你可以從gradle中獲取它。如果您使用的是Android Studio,只需轉到build.gradle並在下面添加以下內容:
compile 'com.android.support:design:23.2.1'
compile 'com.android.support:appcompat-v7:23.2.1'
對不起,可能'get'不是正確的用法。我想下載它們並在本地,離線使用它們。 – yooneskh