Open Skullcan opened 11 months ago
is this fork still maintained?
I will try to look into this issue, meanwhile if you have any pointers or you can solve this issue, I will encourage you to create a PR @Skullcan
Hey, thanks for the reply!
My best guess is that the old android project is not compatible with the gradle's new version requirements. By the error messages, looks like you need to define some of the dependencies.. I tried fiddle with the android project to update, but I'm not well versed in Java/Kotlin, so no luck there.
is this fork still maintained?
Your Environment
Context
When building after installing the lib the compiler can't finish with an error.
Steps to Reproduce
Debug logs
1: Task failed with an exception.
What went wrong: Some problems were found with the configuration of task ':mak12_react-native-background-geolocation:packageDebugResources' (type 'MergeResources').
Reason: Task ':mak12_react-native-background-geolocation:packageDebugResources' uses this output of task ':@mak12_react-native-background-geolocation:compileDebugRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
2: Task failed with an exception.
What went wrong: Some problems were found with the configuration of task ':@mak12_react-native-background-geolocation:extractDeepLinksDebug' (type 'ExtractDeepLinksTask').
Reason: Task ':@mak12_react-native-background-geolocation:extractDeepLinksDebug' uses this output of task ':mak12_react-native-background-geolocation:compileDebugRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
3: Task failed with an exception.
What went wrong: Some problems were found with the configuration of task ':mak12_react-native-background-geolocation:extractDeepLinksDebug' (type 'ExtractDeepLinksTask').
Reason: Task ':mak12_react-native-background-geolocation:extractDeepLinksDebug' uses this output of task ':@mak12_react-native-background-geolocation:compileDebugRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
4: Task failed with an exception.
What went wrong: A problem was found with the configuration of task ':mak12_react-native-background-geolocation:packageDebugAssets' (type 'MergeSourceSetFolders').
Reason: Task ':mak12_react-native-background-geolocation:packageDebugAssets' uses this output of task ':@mak12_react-native-background-geolocation:compileDebugShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
5: Task failed with an exception.
What went wrong: A problem was found with the configuration of task ':mak12_react-native-background-geolocation:copyDebugJniLibsProjectOnly' (type 'LibraryJniLibsTask').
Reason: Task ':mak12_react-native-background-geolocation:copyDebugJniLibsProjectOnly' uses this output of task ':@mak12_react-native-background-geolocation:mergeDebugNativeLibs' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.