

2020-06-24 15:05:59.738 30306-30311/com.youngc.himalaya I/zygote: Do partial code cache collection, code=118KB, data=69KB
2020-06-24 15:05:59.738 30306-30311/com.youngc.himalaya I/zygote: After code cache collection, code=118KB, data=69KB
2020-06-24 15:05:59.738 30306-30311/com.youngc.himalaya I/zygote: Increasing code cache capacity to 512KB
2020-06-24 15:05:59.845 30306-30353/com.youngc.himalaya D/EGL_emulation: eglMakeCurrent: 0xdc2850c0: ver 2 0 (tinfo 0xdc283280)
2020-06-24 15:06:00.037 30306-30306/com.youngc.himalaya D/[com.youngc.himalaya]AlbumDetailPresenter: trackList size 47
2020-06-24 15:06:00.141 30306-30306/com.youngc.himalaya W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
2020-06-24 15:06:00.177 30306-30306/com.youngc.himalaya I/chatty: uid=10082(com.youngc.himalaya) identical 4 lines
2020-06-24 15:06:00.179 30306-30306/com.youngc.himalaya W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
2020-06-24 15:06:00.202 30306-30306/com.youngc.himalaya W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
2020-06-24 15:06:00.204 30306-30306/com.youngc.himalaya W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
2020-06-24 15:06:00.222 30306-30306/com.youngc.himalaya W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
2020-06-24 15:06:00.256 30306-30306/com.youngc.himalaya I/chatty: uid=10082(com.youngc.himalaya) identical 4 lines
2020-06-24 15:06:00.257 30306-30306/com.youngc.himalaya W/StaticLayout: maxLineHeight should not be -1. maxLines:1 lineCount:1
2020-06-24 15:06:01.707 30306-30353/com.youngc.himalaya D/EGL_emulation: eglMakeCurrent: 0xdc2850c0: ver 2 0 (tinfo 0xdc283280)
logcat里面没有任何错误提示,后来经过调试发现是给播放器设置播放列表就闪退了。我以为是手机模拟器的问题,后来我在真机测试,直接点进去就提示未连接网络

以下是真机测试画面 华为nova4 求求大家帮帮我吧 已经被这俩问题弄了2天了

你这个思路不对。
第一,还真可能是模拟器的问题,除非你的模拟器和手机的现象一样,你这现象根本就不一样,当然是不能判断跟你的模拟器无关系啦。
第二,你的华为手机网路没能访问,你怎么不去解决网路访问的问题呢?应该是api高于27了吧,需要配置一下明文访问。
参考这篇文章https://www.sunofbeach.net/a/1260579517752205312
之所以崩溃,没有Log,估计是跟so库有关系,so库跟你的模拟器平台不一样,所以不支持。
开发建议你用真机,毕竟你以后工作了,开发的东西是要跑在设备上,而不是模拟器上的。
解决你的网路问题先吧。