Detected multiple Kotlin daemon sessions at build\kotlin\sessions - React-Native

こ雲淡風輕ζ 提交于 2020-08-07 04:10:51

问题


I facing this issues while making release Build apk in react native.

check screenshot - https://prnt.sc/sro8ua

Task :app:createReleaseExpoManifest FAILED w: Detected multiple Kotlin daemon sessions at build\Kotlin\sessions

Please help me anyone facing the same issues.


回答1:


Error Message: Failed to connect to the package server

https://stackoverflow.com/a/44992138/4315172

npx react-native start &

npx if you have the package not installed yet.

Use the & sign if you want to start it in the background for linux console. https://www.linux.com/training-tutorials/and-ampersand-and-linux/



来源:https://stackoverflow.com/questions/62132180/detected-multiple-kotlin-daemon-sessions-at-build-kotlin-sessions-react-native

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!