即時通訊使用PushBots來管理我的應用程序的推送通知,我一直在使用這個驚人的平臺來處理大量的應用程序,並且第一次遇到這樣的問題。NoClassDefFoundError:android.support.v4.app發送推送?
有時,當我啓動應用程序時,出現此錯誤,但始終在接收推送時(在打開的應用程序內或未打開應用程序時)。
07-12 01:20:00.844: E/AndroidRuntime(12140): FATAL EXCEPTION: IntentService[GCMIntentService-326*****5*9-1]
07-12 01:20:00.844: E/AndroidRuntime(12140): Process: com.karlol.mo***, PID: 12140
07-12 01:20:00.844: E/AndroidRuntime(12140): java.lang.NoClassDefFoundError: android.support.v4.app.NotificationManagerCompat
> //This is just the beginning of the log, there's more with some
> Pushbots handler info and stuff.... Let me know if I need to post it,
> its a lot.
Im相當肯定,這是對Android的支持V4,這是我目前的構建路徑:
*有時,當我取消了私家藏書清潔並重新檢查此再次選擇該應用程序(但通知不幸)。
支持V4罐子是在庫文件夾,該路線是正確的(MyApp的/庫)
林即將發佈的更新,我的應用程序已經開始着手/與pushbots服務器上運行(與註冊設備和所有),所以我想解決這個問題,以釋放我的更新。謝謝。
Android版本的支持-v4.jar你在用嗎?我還看到有兩個同名的罐子 – gusridd
你在使用Proguard嗎? –