wangcheng13500 发表于 2020-6-11 12:25:51

调试错误,还闪退,我用小米真机安卓10调试的

错误: Unknown bits set in runtime_flags: 0x8000
错误: Access denied finding property "ro.vendor.df.effect.conflict"
错误: Fail to get file list hsh.chx
错误: getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array
错误: Fail to get file list hsh.chx
错误: getFolderSize() : Exception_1 = java.lang.NullPointerException: Attempt to get length of null array
错误: mkdir /data/user/0/hsh.chx/cache/WebView/Crashpad: No such file or directory (2)
错误: java.lang.RuntimeException: Unable to start activity ComponentInfo{hsh.chx/hsh.chx.启动类}: java.lang.NullPointerException: Attempt to read from null array
错误: Caused by: java.lang.NullPointerException: Attempt to read from null array
<C:\Users\Administrator\Desktop\huoshan\kaihua2\src\main.v>, 13: 错误: 位于 hsh.chx.启动类.通知_被创建
<F:\huoshan\voldev-64-free\plugins\vprj_android\classlib\sys\android\base\a_win.v>, 190: 错误: 位于 hsh.anzh.jb.窗口.onCreate
错误: ... 11 more
错误: failed to get MQSService.


林峰 发表于 2020-6-11 12:39:54

本帖最后由 林峰 于 2020-6-11 12:41 编辑

空指针异常,看看你的启动类的"通知_被创建"事件里面是不是使用了 空数组

创世魂 发表于 2020-6-13 20:32:35

通知_被创建   这个虚拟方法下面,使用了空的数组。    仔细检查代码。

可以按照下面这种格式判断一下你的数组变量。

如果(数组=空对象)
|
否则
|

创世魂 发表于 2020-7-2 09:41:25

本帖结贴,如有其他疑问,请重新发帖提问。
页: [1]
查看完整版本: 调试错误,还闪退,我用小米真机安卓10调试的