在Android Studio中使用最新版本的库(本地)

时间:2018-11-24 20:42:27

标签: android-studio android-gradle android-module

因为我住在古巴,所以无法访问Android Maven存储库。要使用外部库,请执行以下操作:

1. Open the project in Android Studio
2. Download the library (using Git, or a zip archive to unzip)
3. Go to File > Import Module and import the library as a module
4. Right-click my app in project view and select "Open Module Settings"
5. Click the "Dependencies" tab and then the '+' button
6. Select "Module Dependency"
7. Add the module

现在,我想使用Butterknife库,但我可以在.jar扩展名中下载的版本是7。该库的当前版本是9,但是找不到可下载的.jar。我的问题是:在找到版本9的.jar之前,是否必须使用版本7?该问题对所有库均有效。我可以在古巴的build.gradle中使用其他网址吗?

0 个答案:

没有答案