Ziggeo / ReactNativeDemo

A demo for the React Native SDK
Apache License 2.0
6 stars 3 forks source link

Error:Execution failed for task ':react-native-ziggeo-library:compileDebugJavaWithJavac'. > Compilation failed; see the compiler error output for details. #7

Closed dancomanlive closed 6 years ago

dancomanlive commented 6 years ago

When building in Android Studio. Running the latest version of everyting - npm outdated shows no results.

3akat commented 6 years ago

@dancomanlive, can you please put compiler error output here?

3akat commented 6 years ago

@dancomanlive it looks like a pretty common issue. https://github.com/facebook/react-native/issues/3437 cd android & ./gradlew clean - should help

3akat commented 6 years ago

There was a wrong info in README. Fixed.