开发的输入法在模拟器上调试能用,在真机上调试的时候,能安装,安装完在输入法列表里不显示。
安装时,还有些未知名的错误,不知道啥意思。
如下:

解决方案 »

  1.   

    03-03 13:09:00.881: E/android_hardware_fm.cpp(14605): register_android_hardware_fm_fmradio, ret is 0
    03-03 13:09:01.341: D/PackageParser(166): Scanning package: /data/app/vmdl60399.tmp
    03-03 13:09:01.811: I/PackageManager(166): Removing non-system package:com.example.android.softkeyboard
    03-03 13:09:01.811: I/ActivityManager(166): Force stopping package com.example.android.softkeyboard uid=10077
    03-03 13:09:01.851: D/PackageManager(166): Scanning package com.example.android.softkeyboard
    03-03 13:09:01.861: I/PackageManager(166): Package com.example.android.softkeyboard codePath changed from /data/app/com.example.android.softkeyboard-1.apk to /data/app/com.example.android.softkeyboard-2.apk; Retaining data and using new
    03-03 13:09:01.861: I/PackageManager(166): /data/app/com.example.android.softkeyboard-2.apk changed; unpacking
    03-03 13:09:01.871: D/PackageManager(166): Caching shared lib lib/armeabi/liballcharVocab2LMPrn75.lm.so
    03-03 13:09:02.161: D/PackageManager(166): Caching shared lib lib/armeabi/libDB.dic.so
    03-03 13:09:02.241: D/PackageManager(166): Caching shared lib lib/armeabi/libDB12train-bi20-f-r-tst1-lvq-l1-lrce-1.cfp.so
    03-03 13:09:02.241: D/PackageManager(166): Caching shared lib lib/armeabi/libdtest-lnftr5-SVM-l.csp.so
    03-03 13:09:02.241: D/PackageManager(166): Caching shared lib lib/armeabi/libRcgChar.so
    03-03 13:09:02.261: D/PackageManager(166): Caching shared lib lib/armeabi/libtest-osftr2-20-SVM-l-lrmse.cfp.so
    03-03 13:09:02.261: D/PackageManager(166): Caching shared lib lib/armeabi/libtest-osftr2-20-SVM-l.csp.so
    03-03 13:09:05.941: I/ActivityManager(166): Force stopping package com.example.android.softkeyboard uid=10077
    03-03 13:09:05.951: W/PackageManager(166): Code path for pkg : com.example.android.softkeyboard changing from /data/app/com.example.android.softkeyboard-1.apk to /data/app/com.example.android.softkeyboard-2.apk
    03-03 13:09:05.951: W/PackageManager(166): Resource path for pkg : com.example.android.softkeyboard changing from /data/app/com.example.android.softkeyboard-1.apk to /data/app/com.example.android.softkeyboard-2.apk
    03-03 13:09:05.961: D/PackageManager(166):   Services: com.example.android.softkeyboard.SoftKeyboard
    03-03 13:09:05.961: D/PackageManager(166):   Activities: com.example.android.softkeyboard.SettingsActivity
    03-03 13:09:06.031: D/PackageManager(166): New package installed in /data/app/com.example.android.softkeyboard-2.apk
    03-03 13:09:06.081: I/ActivityManager(166): Force stopping package com.example.android.softkeyboard uid=10077
    03-03 13:09:06.321: W/RecognitionManagerService(166): no available voice recognition services found
    03-03 13:09:06.331: D/[APP_SERVICE](13100): package com.example.android.softkeyboard replaced
    03-03 13:09:06.331: D/[APP_SERVICE](13100): replace application com.example.android.softkeyboard
    03-03 13:09:06.331: D/[APP_SERVICE](13100): remove application com.example.android.softkeyboard
    03-03 13:09:06.431: W/Searchables(166): No global search activity found
      

  2.   

    光错误的日志如下:
    03-03 13:09:00.881: E/fm_if.c(14605): find the id:libbcmfm_if and begins to open the devices
    03-03 13:09:00.881: E/android_hardware_fm.cpp(14605): register_android_hardware_fm_fmradio, ret is 0
    03-03 13:09:06.971: E/[TCP_SERVER](13100): (Main Thread): A channel is acceptable
    03-03 13:09:06.971: E/[TCP_SERVER](13100): (Main Thread)Data Received: A channel is readable
    03-03 13:09:06.971: E/[TCP_SERVER](13100): (Main Thread)Data Received: A channel is readable
    03-03 13:09:06.981: E/[TCP_SERVER](13100): Session:#143(16777359)@Dispatching 132 bytes data to uplayer
    03-03 13:09:07.041: E/[TCP_SERVER](13100): (Main Thread)Data Received: A channel is readable
    03-03 13:09:07.041: E/[TCP_SERVER](13100): Session:#143(16777359)ERROR: a tcp session is on error status
    03-03 13:09:07.041: E/[TCP_SERVER](13100): Session:#143(16777359)@OnError dispatched to uplayer
    03-03 13:09:07.061: E/[PMP_SERVER](13100): token: 92EcVlFt7530B0BB's task does not exist
    03-03 13:09:07.161: E/Widget(253): The HwWidgetMonthView don't find when setEventMarkRes 
    03-03 13:09:07.191: E/Widget(253): The HwWidgetMonthView don't find when setEventMarkRes 
    03-03 13:09:07.201: E/Widget(253): The HwWidgetMonthView don't find when setEventMarkRes 
    03-03 13:09:07.211: E/Widget(253): The HwWidgetMonthView don't find when addCalendarEvent 
    03-03 13:09:07.231: E/Widget(253): The HwWidgetMonthView don't find when addCalendarEvent 
    03-03 13:09:07.241: E/Widget(253): The HwWidgetMonthView don't find when addCalendarEvent 
    03-03 13:09:09.755: E/[TCP_SERVER](13100): (Main Thread): A channel is acceptable
    都不知道这是啥意思