When I make some changes in source code, Android Studio (actually gradle) needs to rebuild the project. It\'s obvious.
Why the second build takes almost the sam
Finally, I found the solution: turn on Offline work for gradle.
or using CLI:
./gradlew --offline assembleDebugOrWhatever