我是靠谱客的博主 慈祥日记本,最近开发中收集的这篇文章主要介绍Gradle build-info.xml not found for module app.Please make sure that you are using gradle plugin '2....,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

解决方法:去掉“Enable Instant run to host swap code/resource changes on deploy(default enabled)”的勾选项

Settings→Build→Instant Run:

1:Enable Instant Run to hot swap code/resource changes on deploy (default enabled)

//启用即时运行 热交换代码/资源变化 部署(默认启用)

2:Restart activity on code changes 

//当代码变动时重启

3:Show toasts in the running app when changes are applied

//当代码变动应用时弹出toast

4:show Instant Run status notifications

//在notification里显示instant Run 的状态

 

当再次勾选后出现了新问题
The APK file D:AndroiddelMaterialDemoappbuildoutputsapkapp-debug.apk does not exist on disk.
Error while Installing APK


解决方案:build-->build apk  

最后

以上就是慈祥日记本为你收集整理的Gradle build-info.xml not found for module app.Please make sure that you are using gradle plugin '2....的全部内容,希望文章能够帮你解决Gradle build-info.xml not found for module app.Please make sure that you are using gradle plugin '2....所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(34)

评论列表共有 0 条评论

立即
投稿
返回
顶部