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

Android Compilation Error

Open guy-shahine opened this issue 6 years ago • 3 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?

guy-shahine avatar Mar 01 '18 04:03 guy-shahine

cd android
./gradlew clean

and then

cd ..
react-native run-android

kkqy avatar Mar 02 '18 15:03 kkqy

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

guy-shahine avatar Mar 03 '18 09:03 guy-shahine

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

XenorPLxx avatar Jul 14 '18 12:07 XenorPLxx