我的应用程序因以下错误而崩溃,
E/dex2oat: Failed to create oat file:/data/dalvik-cache/arm/data@[email protected]@[email protected]: Permission denied
我们的应用程序使用mutipule dex,它们有关系吗?
解决方法
我有一个类似的问题,我的解决方案是禁用即时运行,如果你正在使用Android Studio …