Questions tagged «samsung-mobile»

6
sendUserActionEvent()为null
我在这里真的很傻。当我单击微调器,打开菜单项或长按打开上下文菜单时,我会收到相同的Logcat消息: 08-02 21:20:57.264: E/ViewRootImpl(31835): sendUserActionEvent() mView == null 标签为ViewRootImpl,消息为sendUserActionEvent() mView == null。我在网上找不到任何有用的信息。我在Android来源中进行了搜索,找到了一些对的引用mView,但是找不到打印此日志消息的文件。作为参考,我使用的是运行4.2.2或API 17的Samsung Galaxy S4。在运行Android 4.3的Nexus 7上进行调试时,不会出现相同的消息。有任何想法吗?这是三星特有的问题吗?

10
Chrome的远程调试(USB调试)不适用于运行android 4.3的Samsung Galaxy S3
自从我升级我的三星Galaxy S3到Android 4.3(从4.1.2)我无法使用Chrome的远程调试的Android(详情点击这里)。 我在手机上启用了开发人员选项和USB调试功能,并且在android 4.1.2上运行良好。现在,当我将手机连接到PC时,它只是作为媒体存储设备进行连接,而没有被chrome发现为USB设备。 我排除了chrome出现的任何问题,因为我可以使用Google Nexus4进行USB调试,同时查看其他线程(此处和其他地方),这似乎是三星4.3升级的问题。 有任何指针可以使它正常工作吗?

9
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),我们现在Google Play只能看到和/或使三星设备runningAndroid v4.2.2 . Here is the stack trace from Google Play and the app appears to crash as soon as theactionbar中的崩溃和Crashlytics失效。 java.lang.NoClassDefFoundError: android.support.v7.internal.view.menu.MenuBuilder at android.support.v7.app.ActionBarActivityDelegateBase.initializePanelMenu(ActionBarActivityDelegateBase.java:991) at android.support.v7.app.ActionBarActivityDelegateBase.preparePanel(ActionBarActivityDelegateBase.java:1041) at android.support.v7.app.ActionBarActivityDelegateBase.doInvalidatePanelMenu(ActionBarActivityDelegateBase.java:1259) at android.support.v7.app.ActionBarActivityDelegateBase.access$100(ActionBarActivityDelegateBase.java:80) at android.support.v7.app.ActionBarActivityDelegateBase$1.run(ActionBarActivityDelegateBase.java:116) at android.os.Handler.handleCallback(Handler.java:725) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:176) at android.app.ActivityThread.main(ActivityThread.java:5299) at java.lang.reflect.Method.invokeNative(Native Method) …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.