Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio need to rebuild project before each run

Tags:

Recently the android studio shows Error Java cannot find Symbol or each run. i have to go to built and rebuilt the project before each run. Is there any way to fix it? i don't know if my project problem or the problem of the latest update of android studio. is anyone facing the same problem ? any way to fix it?

like image 279
null pointer Avatar asked Jun 24 '13 06:06

null pointer


People also ask

What does rebuild project do in Android Studio?

When you do clean, it removes the binaries inside build folders, and postpones building them again to the next run. When you do rebuild, it does clean and rebuild for those files inside build folder, which rebuilt again in the next run.

Why my Android Studio is not opening?

If Studio doesn't start after an upgrade, the problem may be due to an invalid Android Studio configuration imported from a previous version of Android Studio or an incompatible plugin.


1 Answers

Please check run/debug configuration.Make sure include ‘Gradle-aware Make’ enter image description here

like image 170
boiledwater Avatar answered Oct 04 '22 17:10

boiledwater