android - import - 与开发者谷歌com游戏

时间:2013-10-29 10:09:39

标签: android google-play-games

我在这里遵循指南https://developers.google.com/games。 我在第1步(“步骤1:下载示例应用程序”)中完成了所有操作,但项目未编译。

导入google-play-services-lib项目和BaseGameUtils项目后,他们的R.java文件出现在gen目录中。

在行中:

import com.google.android.gms.games.Player;
import com.google.example.games.basegameutils.BaseGameActivity;

我收到了错误:

The import com.google.android.gms.games cannot be resolved
The import com.google.example.games.basegameutils.BaseGameActivity cannot be resolved

可能是什么问题。

这就是项目现在的样子: 修改1:

enter image description here

编辑2:

enter image description here

编辑3:

enter image description here

1 个答案:

答案 0 :(得分:2)

您可能没有在BaseGameUtils库中引用google_play_services。右键单击BaseGameUtils。选择属性> Android系统。添加google-play-services-lib项目。点击“确定”即可保存。