Neha Chauhan
Neha Chauhan

Reputation: 647

Error : react-native-vector-icons:compileDebugJavaWithJavac'. React-Native

I'm new into react-native and I've cloned one repo and setup project in my system now i'm tryingto run in android.

react-native run-android

FAILURE: Build failed with an exception.

I've also tried installing vector icons using below link enter link description here

Upvotes: 3

Views: 3284

Answers (1)

mohammadReza Abiri
mohammadReza Abiri

Reputation: 1799

this may help you :

you should added JDK path org.gradle.java.home=C:\ProgramFiles\Java\jdk1.8.0_161 to gradle.properties file and rebuild your project.

Upvotes: 1

Related Questions