The device might have stale dexe
2020-04-23 本文已影响0人
白银之火
Installation did not succeed.
The application could not be installed: INSTALL_FAILED_DEXOPT
The device might have stale dexed jars that don't match the current version (dexopt error).
在 gradle.properties 里添加
android.enableD8=false
android.enableD8.desugaring=false