我在Eclipse中有一个Android Map项目,现在正在测试调试Mode.Problem是我试图将Google Play服务参考添加到我的项目。当我尝试从Eclipse导入这个Existing Code Into Work space
时我选择了Android SDK路径安装Play服务并按OK我在我的项目上显示红色感叹号。是否有任何人知道可能是什么问题以及任何其他正确的方法来添加库的参考。 Plz帮助
答案 0 :(得分:1)
Google BaseGameUtils应定义为LIBRARY项目,您应该将其添加为项目中的REFERENCE。
请参阅Google提供的指南:https://github.com/playgameservices/android-samples/blob/master/README.md,我发现该指南相当准确。
这也可能有所帮助:
Google Play Game Services leaderboard - Unable to set jars up correctly in Eclipse
祝你好运!