This is a very unpleasant aspect of the new version of Android version 3.1, I used to run the launch command after changing each code, the IDE rebuilds (the whole project and the APK), and then deploys it to the target device.
Then, after upgrading to version 3.1, the start command no longer rebuilds apk and displays the following error messages.
android studio 3.1 Session 'app': APK installation error
Android version 3.1 APK file error when installing APK
so I press the rebuild and run button every time I make a code modification, how can I restore the old version 3.0.1 behavior
source share