I decided to use Android Studio after using Eclipse since years. But I found one bad thing about Android Studio for me. Indeed, it seems it\'s not possible to have the auto
To enable auto build you can follow next steps: click on Android Studio/Preferences/Compiler and turn on the Make project automatically option.
This will work for all projects imported in Android Studio.
If you want the option only on some projects: go to Run/Edit configurations and add the Make option in its Before launch task list.