我正在使用andEngine开发游戏。游戏运行正常,但在几个级别后,它会自动返回菜单屏幕。 logcat如下。可能是什么问题?
08-03 11:53:10.556:ERROR / ActivityThread(302):无法找到com.google.settings的提供商信息08-03 11:53:10.556: ERROR / ActivityThread(302):无法找到提供商信息 com.google.settings 08-03 11:53:10.576:INFO / ActivityThread(302): 发布提供程序com.android.globalsearch.SuggestionProvider: com.android.globalsearch.SuggestionProvider 08-03 11:53:10.726: INFO / ActivityThread(302):发布提供程序 com.android.globalsearch.stats:com.android.globalsearch.StatsProvider 08-03 11:53:10.726:INFO / ActivityThread(302):发布提供者 联系人; call_log:com.android.providers.contacts.ContactsProvider 08-03 11:53:10.776:WARN / ActivityManager(51):无法启动服务 Intent {act = android.accounts.IAccountsService cmp = com.google.android.googleapps / .GoogleLoginService}:找不到 08-03 11:53:10.776:WARN / AccountMonitor(302):无法连接 Intent {act = android.accounts.IAccountsService cmp = com.google.android.googleapps / .GoogleLoginService}(遗失 服务?)
答案 0 :(得分:0)
您的游戏似乎正在尝试将用户登录到他们的Google帐户,但这是失败的。所以有两个跟进问题: 1.你想在你的游戏中使用谷歌服务吗? 2.在不包含Google API的android构建模拟器上是否出现此错误?