admin管理员组文章数量:1516870
根据截取的日志:
E/AndroidRuntime( 1169): FATAL EXCEPTION: main
E/AndroidRuntime( 1169): Process: com.tencent.hd.qq, PID: 1169
E/AndroidRuntime( 1169): java.lang.NoSuchMethodError: android.os.FileUtils.getFatVolumeId
E/AndroidRuntime( 1169): at com.tencent.miniqqmusic.basic.audio.QQPlayerService.onCreate(Unknown Source)
E/AndroidRuntime( 1169): at android.app.ActivityThread.handleCreateService(ActivityThread.java:2572)
E/AndroidRuntime( 1169): at android.app.ActivityThread.access$1800(ActivityThread.java:135)
E/AndroidRuntime( 1169): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
E/AndroidRuntime( 1169): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1169): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 1169): at android.app.ActivityThread.main(ActivityThread.java:5017)
E/AndroidRuntime( 1169): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 1169): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 1169): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/AndroidRuntime( 1169): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/AndroidRuntime( 1169): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 419): Force finishing activity com.tencent.hd.qq/com.tencent.pad.qq.QQMainActivity
I/ ( 1169): onDecoderResult:cmdMessageSvc.BatchGetGroupFilterandroid 4.4中已经没有getFatVolumeId这个函数了,解决办法是修改frameworks/base/core/java/android/os/FileUtils.java,添加一个无操作的函数:
public static int getFatVolumeId(String mountPoint){return -1;}
重新编译就可以了。
版权声明:本文标题:当你的QQ在Android 4.4中卡顿?这里有解决方案! 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://www.betaflare.com/biancheng/1771476332a3265954.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论