shimohq/react-native-cookie

Android Compilation Error

Closed this issue · 4 comments

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
cd android
./gradlew clean

and then

cd ..
react-native run-android

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

I've seen similar error and solved it by changes in gradle.build, PR is waiting to be merged #20

Awesome thank you. I'll close the ticket