- Expert Android Programming
- Prajyot Mainkar
- 151字
- 2021-07-08 10:29:05
Adding a Gradle identifier
To add a new Gradle library, find the Gradle identifier for the third party library, and add it to the dependencies list.
When you make changes to the build configuration files in your project, Android Studio requires that you sync your project files so that it can import your build configuration changes and run some checks to make sure your configuration won't create build errors.
To sync your project files, click Sync Now (as seen in the following figure) in the notification bar (this appears when you make a change), or click Sync Project from the menu bar. If Android Studio notices any errors with your configuration--for example, if your code uses API features that are only available in an API level higher than your compileSdkVersion-- the Messages window appears to describe the issue:

Next, we will discuss how libraries can be added using a module.
- Go Web編程
- 細(xì)說Python編程:從入門到科學(xué)計算
- PHP 7從零基礎(chǔ)到項目實戰(zhàn)
- 深度學(xué)習(xí)原理與PyTorch實戰(zhàn)(第2版)
- 計算機應(yīng)用基礎(chǔ)(第二版)
- 超簡單:用Python讓Excel飛起來(實戰(zhàn)150例)
- Python Projects for Kids
- Functional Python Programming
- Android智能手機APP界面設(shè)計實戰(zhàn)教程
- Flink核心技術(shù):源碼剖析與特性開發(fā)
- Oracle SOA Suite 12c Administrator's Guide
- Python Penetration Testing Essentials
- Mastering Data Analysis with R
- PHP高性能開發(fā):基礎(chǔ)、框架與項目實戰(zhàn)
- Learning Azure DocumentDB