- Gradle for Android
- Kevin Pelgrims
- 157字
- 2021-07-16 13:41:20
Summary
We started the chapter by looking at the advantages of Gradle and why it is more useful than other build systems currently in use. We briefly looked at Android Studio and how it can help us by generating build files.
After the introduction, we took a look at the Gradle Wrapper, which makes maintenance and sharing projects a lot easier. We created a new project in Android Studio, and you now know how to migrate an Eclipse project to Android Studio and Gradle, both automatically and manually. You are also capable of building projects with Gradle in Android Studio, or straight from the command-line interface.
In the next few chapters, we will look at ways to customize the build, so you can further automate the build process and make maintenance even easier. We will start by examining all the standard Gradle files, exploring basic build tasks, and customizing parts of the build in the next chapter.
- FuelPHP Application Development Blueprints
- CockroachDB權威指南
- SoapUI Cookbook
- Mastering Natural Language Processing with Python
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 大學計算機基礎實驗指導
- 從零開始學C語言
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- PrimeFaces Blueprints
- 交互式程序設計(第2版)
- 創意UI Photoshop玩轉移動UI設計
- Application Development with Parse using iOS SDK
- 數據結構:Python語言描述
- Node.js實戰:分布式系統中的后端服務開發
- Clojure編程樂趣