Android build process - Part 2
Android build process - Part 2 Pre operation task list How to view a task class Task1: checkDebugClasspath 1. input/ou...
Add jni -------- static registration to the latest as project in 2020
Step 1: import static code block into so Library static { System.loadLibrary("native-lib"); } Step 2: write external functions public nativ...
Using Kotlin to develop Android application (10) - Navigation of architecture components
Navigation of architecture components
Navigat...
Idea builds springboot multi module project and manages dependency uniformly
1 Select File - > New - > project, select gradle java and click next 2. Enter the GroupId and artifactid of the pr...
Official introduction to Android CameraX
Getting started with CameraX 1. Before you start 2. Create project 1) Project new 2) Add Gradle dependency 3) Create v...
Java build tools Maven and Gradle
What is a build tool?
A build tool is a program that aut...
Android ten minutes fast automatic integration of Aurora push
Android ten minutes fast automatic integration of Aurora push Aurora push is divided into manual integration and automa...
Android's multi-channel packaging
This article is reprinted from: http://blog.csdn.net/qq_/article/details/78922154
...
Componentized Architecture Design: gradle Componentized Configuration, Introduction and Use of APT+javapoet
Blog Home Page Reference resources: Gradle Core (5): Gradle Advanced Customization gradle componentized configuration The configuration of Android com...
Gradle Series I -- Groovy, Gradle and custom Gradle plug-ins
1. overview The construction process of Android project is implemented by Gradle framework, which is implemented in Groovy language, and Gradle plug-i...