- Expert Android Programming
- Prajyot Mainkar
- 154字
- 2021-07-08 10:29:04
Understanding the Gradle System
Google introduced Gradle and Android Studio in order to help make the development process more streamlined. They wanted to ensure that it becomes easier for developers to reuse code and also help them create build variants with ease. Having it closely integrated with an IDE such as Android Studio ensured that Gradle has a good IDE integration without making the build system dependent on the IDE.
In this chapter, we will discuss:
- Setting up Gradle in Android Studio
- Dependent libraries to be used in Android Studio, including Identifiers
If you have been using Eclipse, it's likely that some of you won't know of any alternative to the default APK generation technique within the IDE. But, as such as alternative, you can do this using the command line. The Android build system compiles app resources and source code, and packages them into APKs that you can test, deploy, sign, and distribute.
- C++面向對象程序設計(第三版)
- Java EE 6 企業級應用開發教程
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Vue.js入門與商城開發實戰
- Unity Shader入門精要
- Linux操作系統基礎案例教程
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- R語言與網絡輿情處理
- SQL基礎教程(第2版)
- Internet of Things with ESP8266
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Qt5 C++ GUI Programming Cookbook
- Java EE Web應用開發基礎
- 軟件測試分析與實踐
- ASP.NET jQuery Cookbook(Second Edition)