ReactNative android error 모음

조창연·2021년 12월 22일
0

Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

해결 : Tools < SDK Manager 메뉴로 들어가서

SDK Tools 탭으로 이동하면 중간 쯤에 Google Play Licensing Library 항목이 있다.

이게 인스톨되지 않으면 생기는 오류이다.

출처: https://suyou.tistory.com/154 [수유산장]

BUG! exception in phase 'semantic analysis' in source unit 'BuildScript' Unsupported class file major version 61

위 에러는 자바 jdk17을 사용했는데 버전이 안맞아서 생기는 문제로 버전다운을 해주면 해결

16이나 15?

Error: Rendered fewer hooks than expected 🙄 react hooks

react hooks 에러가 발생했는데 위 에러는 조건문이나 반복문에 hooks를 넣어서 발생한 문제로 hooks 규칙입니다.

profile
성장하고 싶은 개발자

0개의 댓글