- 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
- Python數據分析入門與實戰(zhàn)
- Docker進階與實戰(zhàn)
- C++ Builder 6.0下OpenGL編程技術
- Mastering Ember.js
- OpenShift在企業(yè)中的實踐:PaaS DevOps微服務(第2版)
- 深入淺出RxJS
- Java Web程序設計任務教程
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- C語言程序設計簡明教程:Qt實戰(zhàn)
- .NET 4.5 Parallel Extensions Cookbook
- JavaScript程序設計:基礎·PHP·XML
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Android編程權威指南(第4版)
- Python面試通關寶典