I have the case where the build fails for android and I need to rebuild again without any change in the code. Sometimes however the only way to make it work is to clear the .gradle folders in the project and the global one
The errors are:
> Task :@segment_analytics-react-native-amplitude:compileDebugKotlin FAILED
and
> Task :@segment_analytics-react-native:compileDebugKotlin w: Argfile not found: /Work/clients/current/emjoy/app/letsemjoyapp/segment_analytics-react-native_debug
Any ideas?
I tried all the ideas/workarounds found in issues but it wouldn't fix anything.
Thank you 🤗
I have the case where the build fails for android and I need to rebuild again without any change in the code. Sometimes however the only way to make it work is to clear the
.gradlefolders in the project and the global oneThe errors are:
> Task :@segment_analytics-react-native-amplitude:compileDebugKotlin FAILEDand
> Task :@segment_analytics-react-native:compileDebugKotlin w: Argfile not found: /Work/clients/current/emjoy/app/letsemjoyapp/segment_analytics-react-native_debugAny ideas?
I tried all the ideas/workarounds found in issues but it wouldn't fix anything.
Thank you 🤗