shimohq / react-native-cookie

A cookie manager module for react-native
MIT License
93 stars 49 forks source link

Android Compilation Error #16

Closed guy-shahine closed 2 weeks ago

guy-shahine commented 6 years ago

A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugApk'. A problem occurred configuring project ':react-native-cookie'. Failed to notify project evaluation listener. com.android.build.gradle.tasks.factory.AndroidJavaCompile.setDependencyCacheDir(Ljava/io/File;)V

Any ideas?

kkqy commented 6 years ago
cd android
./gradlew clean

and then

cd ..
react-native run-android
guy-shahine commented 6 years ago

Now I'm getting an error that minimum buildTools required is 25.0.0

XenorPLxx commented 6 years ago

I've seen similar error and solved it by changes in gradle.build, PR is waiting to be merged https://github.com/shimohq/react-native-cookie/pull/20

guy-shahine commented 2 weeks ago

Awesome thank you. I'll close the ticket