很多人,我试图遵循this tutorial没有成功.
简单的错误是:
The import com.Google.example.games.basegameutils.BaseGameActivity cannot be resolved
BaseGameUtils设置为库,它可以无错误地导入Google-play-services.
我的测试项目导入BaseGameUtils库没有错误,事实上如果我尝试导入通用库我没有错误
import com.Google.example.games.basegameutils.*; -> no error!
在文件夹中
workspace\BaseGameUtils\gen\com\Google\example\games\basegameutils
只有两个文件:BuildConfig.java和R.java.
BaseGameActivity.java文件仅存在于该文件夹中
workspace\BaseGameUtils\java\com\Google\example\games\basegameutils
与其他两个文件GameHelper.java和GameHelperUtils.java.
我该如何解决这个问题?一个简单的清洁 – >构建无效.
谢谢
.:编辑:.
解决方法:
您需要使用位于eclipse_compat / librarIEs / BaseGameUtils的BaseGameUtils而不是BasicSamples / librarIEs / BaseGameUtils.由于eclipse_compat目录在github站点中不再可用,因此我已将其共享为here.
总结以上是内存溢出为你收集整理的java – 解析BaseGameActivity全部内容,希望文章能够帮你解决java – 解析BaseGameActivity所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)