- 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.
- Python程序設(shè)計教程(第2版)
- Python快樂編程:人工智能深度學(xué)習(xí)基礎(chǔ)
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺
- Linux網(wǎng)絡(luò)程序設(shè)計:基于龍芯平臺
- Backbone.js Blueprints
- QGIS:Becoming a GIS Power User
- Python忍者秘籍
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺游戲
- Illustrator CS6設(shè)計與應(yīng)用任務(wù)教程
- Angular應(yīng)用程序開發(fā)指南
- SwiftUI極簡開發(fā)
- 零基礎(chǔ)學(xué)SQL(升級版)
- Android項目實戰(zhàn):博學(xué)谷
- Python程序員面試算法寶典