我在使用Google Maps Android API v2的项目中遇到了一些问题。
我正在尝试按照Maps API 2官方教程调试示例项目: https://developers.google.com/maps/documentation/android/start?hl=pt-PT
一切运作良好,但当我将Google Play服务库添加到。时 项目,就像本教程一样: https://docs.google.com/document/pub?id=19nQzvKP-CVLd7_VrpwnHfl-AE9fjbJySowONZZtNHzw
我收到以下错误:
> Unable to create editor ID org.eclipse.jdt.ui.PropertiesFileEditor: Resource is out of sync with the file system: '/tnc/project.properties'.
将库(.jar
)文件添加到项目时会发生错误。
当我删除库文件时,一切都恢复正常。
我不明白为什么添加库会使我的project.properties
文件无效。
我尝试了一切:刷新, Android工具 - > 修复项目属性
但我无法修复错误。发生错误时,项目文件夹图标中会出现一个红色感叹号。