Android中的LogCat上出现错误解决方案

时间:2014-03-08 17:32:25

标签: android eclipse runtime-error android-logcat

我在其Android应用程序上添加了带有一些标记的谷歌API。当我运行应用程序时,它像往常一样运行完美。即它在添加地图之前运行。但它会打开LogCat并出现一些错误。我搜索解决错误,但我没有找到解决方案。 注意:有时会出现这些错误(并非总是)。 这是LogCat上出现的错误

03-08 11:51:40.247: I/Icing(950): Storage manager: low false usage 9.34KB avail 99.15MB capacity 167.55MB
03-08 11:51:40.437: E/Icing(950): Error initializing, resetting corpora: Could not create native index
03-08 11:51:40.567: E/Icing(950): Internal init failed
03-08 11:51:40.567: E/Icing(950): Couldn't handle android.intent.action.PACKAGE_REMOVED intent due to initialization failure.
03-08 11:51:41.147: D/PackageBroadcastService(950): Received broadcast action=android.intent.action.PACKAGE_ADDED and uri=com.project.sbms
03-08 11:51:41.387: E/Icing(950): Couldn't handle android.intent.action.PACKAGE_ADDED intent due to initialization failure.
03-08 11:51:41.747: D/dalvikvm(950): GC_FOR_ALLOC freed 282K, 25% free 3135K/4164K, paused 37ms, total 40ms
03-08 11:51:41.787: I/PeopleContactsSync(950): CP2 sync disabled
03-08 11:51:42.937: D/PackageBroadcastService(950): Received broadcast action=android.intent.action.PACKAGE_REPLACED and uri=com.project.sbms
03-08 11:51:43.017: I/PeopleContactsSync(950): CP2 sync disabled
03-08 11:51:43.027: E/Icing(950): Couldn't handle android.intent.action.PACKAGE_REPLACED intent due to initialization failure.

有人可以帮我找一个解决方案..

谢谢..

0 个答案:

没有答案