下面是堆栈跟踪的开始:
Fatal Exception: java.lang.NoClassDefFoundError: android.support.v7.internal.view.SupportMenuInflater
at com.instabug.library.InstabugFeedbackActivity.onViewCreated(InstabugFeedbackActivity.java:123)
at com.instabug.library.InstabugAnnotationScreen.onCreate(InstabugAnnotationScreen.java:109)
at com.instabug.library.InstabugFeedbackActivity.onCreate(InstabugFeedbackActivity.java:30)发布于 2016-01-19 05:10:20
解决方案似乎是
编译'com.instabug.library:instabugsupport:1.7.3‘
(默认情况下为1.8-快照)
https://stackoverflow.com/questions/34864135
复制相似问题