E
E
Envywewok2019-04-18 11:13:20
Android
Envywewok, 2019-04-18 11:13:20

What is the difference between Rebuild\Clean project\sync. android studio?

I can not understand what is the difference and what is hidden under each command. Couldn't find clear stuff on google. If there are good links, throw a look. senk in advance

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2019-04-18
@Envywewok

Clean project - deletes temporary files of the previous build.
Rebuild - will build the project completely from scratch (similar to Clean and then Build).
For clarification - during the build, all sorts of intermediate files are created for each compilation unit. If since the previous build some unit has not changed (under the unit you can conditionally mean the class) - then temporary files from the last time will be used to speed up.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question