Android Studio : auto build like Eclipse

前端 未结 3 1322
不知归路
不知归路 2020-12-29 01:10

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

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 02:03

    To enable auto build you can follow next steps: click on Android Studio/Preferences/Compiler and turn on the Make project automatically option. enter image description here 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.enter image description here

提交回复
热议问题