Android9.0 项目无法安装解决方案

项目运行中出现了两种报错,分别是:

Unable to instantiate appComponentFactory

Failure retrieving text 0x7f0f001d in package


   这两个异常信息,百度查找错误原因是,都是说AndroidManifest.xml 中的 

    
android:label="@string/app_main_name" 和其他Module中的名字出现冲突,然后改了名字之后,依旧报错。但是有时候不排除这里出现问题,所有还是改一下比较好。

实际上问题出现在我们的开发工具AndroidStudio上,点击File -> Settings -> Build,Execution,Deployment -> Instant Run

Android9.0 项目无法安装解决方案_第1张图片

 把此处的对勾去掉,就可以正常运行项目了

你可能感兴趣的:(Android,编译APK)