【发布时间】:2016-04-10 23:23:50
【问题描述】:
我将我的 android 应用程序的文件夹放在谷歌驱动器中。前几天我删除了google drive主文件夹中的deskop.ini文件,因为我认为它是无害的。
每次我尝试执行我的 android 应用程序时,我都会收到以下错误:
错误:序言中不允许该内容。 C:\Users\Alvaro\Google Drive\Android Studio Projects\MySecurity1\app\src\main\res\values\desktop.ini 错误:错误: 序言中不允许的内容。 :app:mergeDebugResources FAILED 错误:任务 ':app:mergeDebugResources' 执行失败。
C:\Users\Alvaro\Google Drive\Morosof\AppSecurity\Android Studio Projects\MySecurity1\app\src\main\res\values\desktop.ini:0:0: 错误: 序言中不允许的内容。
我已从 bin 中放回文件deskop.ini,但没有任何结果。
如果我打开文件夹 \res\values 中的文件deskop.ini,这是其中的代码:
[.ShellClassInfo]
InfoTip=This file has been shared online.
IconFile=C:\Program Files (x86)\Google\Drive\googledrivesync.exe
IconIndex=12
如果我删除文件并尝试重建项目,我会在解析时出错...
【问题讨论】:
标签: android-studio gradle