Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/200.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 无法解析导入com.google.android.gms.games.games_Java_Android_Reference_Android Support Library - Fatal编程技术网

Java 无法解析导入com.google.android.gms.games.games

Java 无法解析导入com.google.android.gms.games.games,java,android,reference,android-support-library,Java,Android,Reference,Android Support Library,我目前正在将Google play服务库添加到我的项目中,并尝试合并高分功能。但是,我收到了错误: 导入com.google.android.gms.games.games无法解析 在我的项目中,我已经成功地引用了Google play服务库,显示为绿色标记,但是错误仍然存在 我已经在我能找到的所有类似线程上尝试了解决方案,但似乎没有一个有效!(虽然我可能错过了一些?) 如果有任何帮助,我将不胜感激 我需要在eclipse中更新很多东西,这就是我让它工作的方式。。。特别是库,我需要更新它,特别是

我目前正在将Google play服务库添加到我的项目中,并尝试合并高分功能。但是,我收到了错误:

导入com.google.android.gms.games.games无法解析

在我的项目中,我已经成功地引用了Google play服务库,显示为绿色标记,但是错误仍然存在

我已经在我能找到的所有类似线程上尝试了解决方案,但似乎没有一个有效!(虽然我可能错过了一些?)


如果有任何帮助,我将不胜感激

我需要在eclipse中更新很多东西,这就是我让它工作的方式。。。特别是库,我需要更新它,特别是

不,看到了并尝试了解决方案,我的是不同的。您可以添加一部分代码,其中包含
导入语句
和相关的
方法
?您检查并确认了吗?你能把鼠标悬停在import com.google.android.gms.games.games上吗,单击
修复项目设置
,然后选择正确的jar并查看它是否工作?