Android 我的logcat在logcat警告消息中显示TLUI而不是应用程序

Android 我的logcat在logcat警告消息中显示TLUI而不是应用程序,android,android-studio,logcat,Android,Android Studio,Logcat,从上周开始,在我编写的每个应用程序中,我的logcat中都会显示带有TLUI的警告: 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/Sys

从上周开始,在我编写的每个应用程序中,我的logcat中都会显示带有TLUI的警告:

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是什么意思。我的电脑目录里没有这个名字。我在谷歌上搜索了一下,但是没有结果


而且,这个术语总是会出现I/O错误。我重新安装了Android Studio,但还是一样。问题在哪里

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


但是,手机上的
libandroidfw.so
会在
/data/TLUI
/system/TLUI
下查找档案,当使用
adb
安装软件包时(也可能是
pm
)。这是一个无害的警告;它发现并安装了该软件包;但这就是您看到此消息的原因。

问题出在您的Android设备/仿真器上,而不是您的PC或Android Studio上。如何在手机中查看此目录?我从设置中搜索TLUI,但没有结果。谢谢。但我还是找不到任何叫TLUI的东西。而且
数据
文件夹在文件资源管理器中根本没有展开。我点击它旁边的展开图标,然后图标再次出现。如果你的手机没有根,你不能像这样浏览它