Unable to instantiate appComponentFactory

Android调试app跑起来就崩溃,一直提示Unable to instantiate appComponentFactory

2019-12-12 19:37:11.983 4040-4040/fang.com.xxx E/LoadedApk: Unable to instantiate appComponentFactory
    java.lang.ClassNotFoundException: Didn't find class "android.support.v4.app.CoreComponentFactory" on path: DexPathList[[zip file

解决方法:

取消 Enable Instant Run to hot swap code/resource changes on deploy

Unable to instantiate appComponentFactory_第1张图片

你可能感兴趣的:(android)