问题描述
我的应用程序使用完全正常工作。最近,我更新的Eclipse(插件),现在我收到此错误。我没有改变我的code,所以我知道它应该继续工作。但事实并非如此。我现在用的是谷歌的Eclipse插件,它更新改为8版。
My app used to work perfectly fine. Recently I updated eclipse (the plugins), and now I am getting this error. I have not changed my code so I know it should continue to work. but it does not. I am using the google eclipse plugin, which the updates changed to version 8.
基本上,我仍然可以看到在Android项目的一切。在 gcm.jar
仍然存在,例如。而我的清单也不会改变。我可以继续上市的东西,但它也只是更多的话。底线:它用于正常工作
Basically I still see everything in the android project. the gcm.jar
is still there for example. And my manifest has not change. I can keep listing stuff but it would just be more words. Bottom line: It used to work fine.
推荐答案
只是增加了@ athor的回答,就像你说的,你的一切更新。它是你的Android SDK工具更新到最新的22这是一个已知的问题版本,这已被讨论过很多次的可能性很高。你可能想看看下面的线程和<一个href=\"https://plus.google.com/photos/117122118961369445953/albums/5878509263473846433/5878509268379848162?pid=5878509268379848162&oid=117122118961369445953\"相对=nofollow>图片。
Just adding to @athor's answer, as you said that you updated everything. Its a high possibility that you updated android SDK-tools to latest version 22. This is a known issue and this has been discussed many times. You might want to check out following threads and picture.
Android SDK工具的更新版本后,应用程序崩溃(NoClassDefFound,工具版本22)
ERROR :java.lang.NoClassDefFoundError的:android.support.v4.content.LocalBroadcastManager
图片和线程将有助于找到确切位置在哪里做出改变。
希望这可以帮助。
The picture and thread will help to find the exact location where to make changes.Hope this helps.
这篇关于java.lang.NoClassDefFoundError的:GCMIntentService的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!