Tag: samsung mobile

appcompat-v7 v21.0.0导致与Android v4.2.2的三星设备崩溃

我们只是将应用程序更改为使用appcompat-v7 support库,以利用支持操作栏并支持Material主题。 使用v21.0.0 of appcompat-v7 (和v21.0.0 of support-v4) ,我们现在只能在running Android v4.2.2的三星设备running看到Google Play和Crashlytics中的崩溃. Here is the stack trace from Google Play and the app appears to crash as soon as the . Here is the stack trace from Google Play and the app appears to crash as soon as the栏显示和/或失效. Here is the stack trace from […]

sendUserActionEvent()为null

我在这里有一个真正的愚蠢。 当我单击spinners时,打开菜单项,或长时间打开上下文菜单我得到相同的Logcat消息: 08-02 21:20:57.264: E/ViewRootImpl(31835): sendUserActionEvent() mView == null 标记是ViewRootImpl ,消息是sendUserActionEvent() mView == null 。 我在网上找不到任何有用的信息。 我search了Android的来源,发现一些引用mView ,但我找不到打印此日志消息的文件。 作为参考,我使用的是运行4.2.2或API 17的Samsung Galaxy S4。在运行Android 4.3的Nexus 7上进行debugging时,不会出现相同的消息。 有任何想法吗? 这是一个三星特定的问题?