Tuesday 17 January 2023

Rebuild V/S Make Project In Android Studio

  No comments

Hello Coder, 

Being an android developer daily open the android studio and always hit the rebuild or make project. But have you stopped for a min and thought about why these two options are available. So here I'm going to detail about this in easy language. 

"Rebuild" will recompile the entire project, including all dependencies and resources, and generate a new APK (Android Package) file. 


"Make" will also recompile the project, but it will only do a "incremental build" which will only build the files that have been changed since the last build.


 "Rebuild" is usually used when you are experiencing errors or issues with the project and want to ensure that everything is being built correctly.


 "Make" is used when you have made changes to the project and want to quickly test those changes without having to wait for the entire project to be recompiled.




No comments :

Post a Comment

Loading...