問題說明

通常會在發佈APK後,然後將最低執行版本降低所導致。
Error:Execution failed for task ':app:transformClassesWithInstantRunForDebug'
解決方法
Android Studio -> File -> Setting -> Build, Execution, Deployment
將Enable Instant Run 取消即可。

通常會在發佈APK後,然後將最低執行版本降低所導致。
Error:Execution failed for task ':app:transformClassesWithInstantRunForDebug'
Android Studio -> File -> Setting -> Build, Execution, Deployment
將Enable Instant Run 取消即可。