java – BaseGame Util无法解析为某种类型
作者:互联网
我的项目需要BaseGameUtil库
我从here下载了BaseGameUtil库
但是,当我在我的android项目中导入它时,它不会显示baseGameUtil,而是在我的eclipse项目中显示main添加,甚至当我添加该主库时,我仍然会得到相同的错误.
Can anyone help me.
解决方法:
BaseGameActivity cannot be resolved to a type
public Class FisrstActivity extends BaseGameActivity{
>在您的项目中,右键单击>属性> Android>在图书馆部分检查您的图书馆是否正确并且没有显示任何红叉.
>检查BaseGameUtils库的相同内容,可能是对google_play_services的引用不正确.
你的问题必须类似于:android – import – with developers google com games
标签:android,java,eclipse,google-play-games 来源: https://codeday.me/bug/20190825/1716886.html