问题
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