Android Compilation Error
Closed this issue · 4 comments
guy-shahine commented
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
guy-shahine commented
Now I'm getting an error that minimum buildTools required is 25.0.0
XenorPLxx commented
I've seen similar error and solved it by changes in gradle.build
, PR is waiting to be merged #20
guy-shahine commented
Awesome thank you. I'll close the ticket