Yaojun Deng
Yaojun Deng
分享一下我解决这个bug的历程 1. 我先是在启动页设置断点,追踪到是在使用Rxjava中出现了bug后,我就去百度上面的日志 E/AndroidRuntime: FATAL EXCEPTION: RxCachedThreadScheduler-1 Process: com.netease.music, PID: 20314 io.reactivex.exceptions.UndeliverableException: The exception could not be delivered to the consumer because it has already canceled/disposed the flow or the...
解决上边的bug后,在输入账号和密码后又闪退,闪退的日志是这样子: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.netease.music, PID: 14703 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.netease.music/com.netease.music.MainActivity}: android.view.InflateException: Binary XML file line #36 in com.netease.music:layout/activity_main: Binary XML file line #36 in com.netease.music:layout/activity_main:...
> 可以提个pr,我合并到主版本 还没能解决的,之前以为能正常显示出登录页就可以了😂
> 我也是遇到这个问题,把build gradle中的compileSdk 和targetSDK都换到31以下就行,然后对应更改依赖中的material和appcompat都降低一个正式版本就行
这个问题我也遇到了,本质上应该是和 #30 一样的问题。 关闭沉浸式之后就可以EditText就可以自动上弹了 
[FitsKeyboard.java](https://github.com/gyf-dev/ImmersionBar/blob/master/immersionbar/src/main/java/com/gyf/immersionbar/FitsKeyboard.java) `ImmersionBar`工具库 的 `FitsKeyboard` 类中有对这种情况进行适配 设置了 `.keyboardEnable(true)` 和 `.fitsSystemWindows(true) ` 就可以自动适配了
感觉是因为微软禁止了国内的访问 https://answers.microsoft.com/en-us/msoffice/forum/all/were-sorry-but-for-some-reason-we-cant-open-this/cb5ec030-24d4-4545-85b4-ce5a3e9a48c5