- 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.
- Facebook Application Development with Graph API Cookbook
- Dependency Injection in .NET Core 2.0
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Building a Recommendation Engine with Scala
- Visual C
- Java 11 Cookbook
- Scientific Computing with Scala
- HTML5從入門到精通(第4版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- HoloLens與混合現實開發
- Python編程:從入門到實踐(第3版)
- Backbone.js Testing
- 深入淺出Python數據分析
- Python高性能編程(第2版)
- 你必須知道的.NET(第2版)