- Gradle for Android
- Kevin Pelgrims
- 163字
- 2021-07-16 13:41:18
Chapter 1. Getting Started with Gradle and Android Studio
When Google introduced Gradle and Android Studio, they had some goals in mind. They wanted to make it easier to reuse code, create build variants, and configure and customize the build process. On top of that, they wanted good IDE integration, but without making the build system dependent on the IDE. Running Gradle from the command line or on a continuous integration server will always yield the same results as running a build from Android Studio.
We will refer to Android Studio occasionally throughout the book, because it often provides a simpler way of setting up projects, dealing with changes, and so on. If you do not have Android Studio installed yet, you can download it from the Android developer website (http://developer.android.com/sdk/index.html).
In this chapter, we will cover the following topics:
- Getting to know Android Studio
- Understanding Gradle basics
- Creating a new project
- Getting started with the Gradle wrapper
- Migrating from Eclipse
- SQL Server 從入門到項目實踐(超值版)
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- 造個小程序:與微信一起干件正經事兒
- Apache Spark Graph Processing
- The DevOps 2.4 Toolkit
- C語言程序設計
- Learning Salesforce Einstein
- Python編程實戰
- Python算法指南:程序員經典算法分析與實現
- SQL Server數據庫管理與開發兵書
- 算法設計與分析:基于C++編程語言的描述
- Android系統下Java編程詳解
- Learning Bootstrap 4(Second Edition)
- Android技術內幕(系統卷)