React/react native

[React Native] 환경 구축 에러 - Couldn't find manifest for 'android-sdk'.

Judith Hopps 2023. 3. 23. 11:33
반응형

리액트 네이티브를 사용하기 위해 안드로이드 스튜디오 설치할 때

 

이런 에러가 뜰 수 있다.

 

extras를 설치하면 에러를 해결 할 수 있다.

 

아래 문장을 입력하면 해결된다.

 scoop bucket add extras
 
 scoop install android-studio android-sdk
반응형