react-native-spinkit icon indicating copy to clipboard operation
react-native-spinkit copied to clipboard

Execution failed for task ':react-native-spinkit:compileDebugJavaWithJavac'.

Open Base29 opened this issue 6 years ago • 6 comments

Hello guys I am getting this error while compiling on android

Execution failed for task ':react-native-spinkit:compileDebugJavaWithJavac'.

react-native version = 0.59.10 package version = 1.5.0

Any idea how to resolve this ?

Base29 avatar Feb 11 '20 21:02 Base29

It would be really helpful if the developer could reply ... I am really stuck here not sure what to do ...

Base29 avatar Feb 12 '20 13:02 Base29

is the support active for this package or it is abandoned ??

Base29 avatar Feb 18 '20 06:02 Base29

I am having this issue too. It seems to be a problem of the developer using androidx. I have tried adding android.useAndroidX=true to my gradle.properties to no avail. Adding android.enableJetifier=true makes a lot of other libraries crash.

Andrea-Arguello avatar Mar 26 '20 03:03 Andrea-Arguello

For a little more detail, all problems arose in the RNSpinkit.java file, and it seems to be an error with the symbol Nullable.

Andrea-Arguello avatar Mar 26 '20 03:03 Andrea-Arguello

@Base29 If I'm correct, the latest version of this library is supposed to support React Native 0.60.4. Are you using this version of React Native? I for one am on RN 0.59, which might be what causes the issue.

If possible, I'd suggest you update React Native. Else, use a previous commit of this repository.

Andrea-Arguello avatar Mar 26 '20 03:03 Andrea-Arguello

ya I'm having the same issue

ahmedjaafar6 avatar Jul 22 '20 10:07 ahmedjaafar6