我的logcat在logcat警告消息中显示TLUI而不是app

时间:2016-12-30 22:16:42

标签: android android-studio logcat

在我上周写的每个应用程序中,TLUI的这个警告显示在我的logcat中:

12-31 04:02:27.108 25942-25942/com.example.user.threads W/System:ClassLoaderreferenced unknown path: /data/app/com.example.user.threads-1/lib/arm
12-31 04:02:27.694 25942-25942/com.example.user.threads W/System:ClassLoaderreferenced unknown path: /data/app/com.example.user.threads-1/lib/arm
12-31 04:02:27.913 25942-25942/com.example.user.threads W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
12-31 04:02:27.923 25942-25942/com.example.user.threads W/zipro: Error opening archive /data/TLUI/com.example.user.threads: I/O Error
12-31 04:02:27.924 25942-25942/com.example.user.threads W/zipro: Error opening archive /system/TLUI/com.example.user.threads: I/O Error
12-31 04:02:28.256 25942-25976/com.example.user.threads W/libEGL: [ANDROID_RECORDABLE] format: 1

(com.example.user.threads是我的包名)

我不知道TLUI的含义。我的PC目录中没有任何名称。我在Google搜索并搜索了它,但没有结果。

此外,该术语总是会出现I / O错误。我重新安装了Android Studio,但它仍然是一样的。问题出在哪儿?

1 个答案:

答案 0 :(得分:0)

在安装我自己的apk时,我在logcat条目中也看到了这一点。有一个目录/system/TLUI,在我的BLU手机上,仅包含带有两个png图标的文件夹appicon

但是,当使用libandroidfw.so(当然还有{{1})安装软件包时,电话上的/data/TLUI会在/system/TLUIadb下查找档案。 })。这是无害的警告;找到并安装了软件包;但这就是为什么您看到消息的原因。