zoukankan      html  css  js  c++  java
  • Android异常(二)

    12-20 14:14:06.080: E/AndroidRuntime(19925): FATAL EXCEPTION: main
    12-20 14:14:06.080: E/AndroidRuntime(19925): java.lang.IllegalStateException: A factory has already been set on this LayoutInflater
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.view.LayoutInflater.setFactory(LayoutInflater.java:227)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.ih.base.activity.mail.MailListAct.setMenuBackground(MailListAct.java:216)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.ih.base.activity.mail.MailListAct.onCreateOptionsMenu(MailListAct.java:207)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.app.Activity.onCreatePanelMenu(Activity.java:2365)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.android.internal.policy.impl.PhoneWindow.preparePanel(PhoneWindow.java:390)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.android.internal.policy.impl.PhoneWindow.onKeyDownPanel(PhoneWindow.java:654)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.android.internal.policy.impl.PhoneWindow.onKeyDown(PhoneWindow.java:1317)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1794)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.view.ViewRoot.deliverKeyEventToViewHierarchy(ViewRoot.java:2599)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.view.ViewRoot.handleFinishedEvent(ViewRoot.java:2574)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.view.ViewRoot.handleMessage(ViewRoot.java:1906)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.os.Handler.dispatchMessage(Handler.java:99)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.os.Looper.loop(Looper.java:130)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at android.app.ActivityThread.main(ActivityThread.java:3768)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at java.lang.reflect.Method.invokeNative(Native Method)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at java.lang.reflect.Method.invoke(Method.java:507)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
    12-20 14:14:06.080: E/AndroidRuntime(19925):     at dalvik.system.NativeStart.main(Native Method)

    未解决

     
  • 相关阅读:
    LeetCode --- 字符串系列 --- 解码字母到整数映射
    LeetCode --- 字符串系列 --- 上升下降字符串
    LeetCode --- 字符串系列 --- 机器人能否返回原点
    集合 Set
    LeetCode --- 字符串系列 --- 唯一摩尔斯密码词
    LeetCode --- 字符串系列 --- 转换成小写字母
    LeetCode --- 字符串系列 --- 分割平衡字符串
    LeetCode --- 字符串系列 --- IP 地址无效化
    LeetCode --- 字符串系列 --- 左旋转字符串
    Revit二次开发八 事务标签值
  • 原文地址:https://www.cnblogs.com/royi123/p/2826373.html
Copyright © 2011-2022 走看看