Eclipse 报错:
Unable to instantiate service com.baidu.android.pushservice.PushService: java.lang.ClassNotFoundException: Didn‘t find class "com.baidu.android.pushservice.PushService" on path: DexPathList[[zip file "/data/app/com.violationquery-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.violationquery-1, /vendor/lib, /system/lib]]
错误原因:集成百度推送时漏掉细节,或者旧项目移到新项目中漏掉细节
解决办法:
Unable to instantiate service com.baidu.android.pushservice.PushService: java.lang.ClassNotFoundExc
原文:http://blog.csdn.net/u012964796/article/details/44651941