生成“build”文件夹下的文件,不应编辑

时间:2018-03-25 16:53:25

标签: java android gradle build

今天早上我按照教程(https://www.youtube.com/watch?v=iFdtSi1v1Vk/)和添加

后编写了一个应用程序
compile 'com.microsoft.projectoxford:emotion:1.0.355'

如build.gradle教程中所述,然后同步gradle,我的清单中的几乎所有内容都变为红色,并且我收到消息“生成'build'文件夹下的文件并且不应该被编辑。”我该如何解决?我已尝试过与此查询相关的其他stackoverflow论坛中的所有内容无济于事。我真的不想重新开始,因为我已经在这个应用程序中投入了大量精力并且会被毁坏。

屏幕截图 - https://imgur.com/a/g46Ws

1 个答案:

答案 0 :(得分:0)

Fixed by removing the line of code that caused the issue and rebuilding the project, as well as syncing the gradle.