1.React Native 설치와 실행(hello world)
지난 시간에는 꿀잼 리액트의 매력을 나열해봤습니다. 본디 React.js부터 시작하는게 순서가 아니겠나 싶지만 현재 React Native 프로젝트를 진행중이기 때문에 까먹지 않기 위해 React Native의 시작�
yuddomack.tistory.com
위의 블로그를 기반으로 React-native를 공부하기로 했고, React native 를 실행하고싶었다.
원래 초기 셋팅작업이 젤 오래걸리긴 하지만
단순 run인데 왜 오류가날까ㅠ 다음과 같은 에러가 난다.
FAILURE: Build failed with an exception.
org.codehaus.groovy.runtime.InvokerHelper
Android Studio Could not initialize class org.codehaus.groovy.runtime.InvokerHelper
I am new in Android Studio. After setup, When I am trying to import an application I am getting that error So that gradle not able to build. Error:Could not initialize class org.codehaus.groovy.r...
stackoverflow.com
대충 요약해보니 JDK14 버전이 호환이 안된다는 얘기인듯 싶었다. (영어 잘 못함)
오늘 JDK깔았는데ㅠ 여튼 JDK 8로 내려서 받아보기로 했다.
성공적이었다 !
React-native의 hello world인가? 여튼 오류 해결!
'Frontend > React' 카테고리의 다른 글
[React] 클래스형 컴포넌트의 생명주기(LifeCycle) (0) | 2023.07.01 |
---|---|
[React Native] 'react-native-svg' Install 오류 조치 방법 (Could not resolve dependency (0) | 2021.03.17 |
[React-Native] react-navigation V5 (네비게이션) / Route 분기하기 (0) | 2020.07.30 |
React-Native [카카오 로그인 연동] Hash key 구하기 (1) | 2020.07.09 |
[Git] Git 설치 방법 (0) | 2019.10.24 |