Build failed while trying to run cloned react-native project on windows but newly created project runs perfectly -


i cloned project below site, , when try run project, error saying build failed. when create new project using react-native init command, build successful , app runs on emulator. kindly me.

the link of site cloned project: https://github.com/jondot/reactnativekatas/blob/master/src/katas/flex/fillall.test.js

the error got:

2 errors

:app:compiledebugjavawithjavac failed

failure: build failed exception.

  • what went wrong: execution failed task :app:compiledebugjavawithjavac.

    compilation failed; see compiler error output details.

  • try: run --stacktrace option stack trace. run --info or --debug option more log output.

build failed

total time: 1 mins 36.991 secs not install app on device, read error above details.

make sure have android emulator running or device connected , have set android development environment: https://facebook.github.io/react-native/docs/android-setup.html


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -