lizhenquan
lizhenquan
我做 demo 的时候也遇到这个问题。这是因为没有配置签名信息的问题。自己建一个签名,添加如下信息就行了。 ``` signingConfigs { release { storeFile file("./keystore.jks") storePassword "111111" keyAlias "debug" keyPassword "111111" } debug { storeFile file("./keystore.jks") storePassword "111111" keyAlias "debug" keyPassword "111111" } } buildTypes...
想问下这个问题楼主解决了没?我也遇到了这个问题。
> Hello there, a similar crash is experienced using `battery_plus_windows`. The app crashes when calling `listen` on the battery state stream. > > I suspect that the implementaion is flawed,...
同问。请问找到解决方案了嘛?
I have an existing plugin and I'm planning to migrate it to React. Therefore, I used this plugin, but I encountered an issue with the UI display when clicking on...
I have uploaded the code here. https://github.com/zicen/react-editor-2
操作视频: https://github.com/KunMinX/MVI-Dispatcher-KTX/assets/18431596/17762295-a557-40f2-926d-cd731bf2f354
晚上在 MviDispatcher 内打印了一些日志: ``` protected suspend fun sendResult(intent: T) { version++ Log.d("MviDispatcherKTX", "sendResult version:$version currentVersion:$currentVersion consumer:$intent") _sharedFlow.emit(ConsumeOnceValue(value = intent)) } ``` ``` private fun outputTo(lifecycleOwner: LifecycleOwner?, observer: (T) -> Unit)...
I also encountered the same problem. May I ask how it was finally resolved?
> [@FutureHere](https://github.com/FutureHere) [@binIoter](https://github.com/binIoter) [@livelitoday](https://github.com/livelitoday) [@yiwowang](https://github.com/yiwowang) [@litongxi8527](https://github.com/litongxi8527) 我们升级了 2.0.3-rc03 版本尝试解决这个问题,几位可以试下能否解决问题 github 上只到 2.0.3-rc02 如何依赖到 2.0.3-rc03 这个版本呢?