Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio 3.1 run command does not rebuild the APK [duplicate]

This is very annoying aspect of the new android studio version 3.1, I used to launch run command after every code changes, the IDE rebuilds the (whole project & APK) and then deploys it on the target device.

Then after upgrading to version 3.1, the run command does not rebuild the apk any more, and displays the following error messages.

android studio 3.1 Session 'app': Error Installing APK

android studio 3.1 The APK file Error while Installing APK

so I have click on" rebuild & run" each time I make code modification, how can I restore the old behavior of version 3.0.1

like image 257
Marcos DaSilva Avatar asked Mar 27 '18 08:03

Marcos DaSilva


1 Answers

Go to Run -> Edit configurations. And then make sure you have Gradle-aware Make option like below screenshot.

enter image description here

If not then click + and select from the

More update in twitter regarding this:https://twitter.com/androidstudio/status/981914632892960768

like image 122
0xAliHn Avatar answered Nov 12 '22 16:11

0xAliHn