React Native ๊ณต๋ถ๋ฅผ ํ๋ ์ค Android emulator ๊ตฌ๋์ ์๋ฌ๊ฐ ์๊ฒผ๋ค..! (์ ๋ง ๊ฐ๋ณต์น ๊ฐ์ ์ฐ๋ฆฌ React Native ^^ ๐ก๐)
์๋ฌ ๋ด์ฉ์ ํ๊ธฐ์ ๊ฐ๋ค.
* What went wrong:
A problem occurred configuring project ':app'.
> SDK location not found. Define location with an ANDROID_SDK_ROOT environment variable or by setting the sdk.dir path in your project's local properties file at '/Users/*USERNAME*/Documents/dev/React-Native/my_first_app/android/local.properties'.
โ
SDK location not found.
๋ฌธ๊ตฌ ๊ทธ๋๋ก SDK ์์น๋ฅผ ์ฐพ์ ์ ์๋ ๊ฒ์ด ๋ฌธ์ ์ ์์ธ์ด์๋ค.
๋ค์๊ณผ ๊ฐ์ ๋ฐฉ๋ฒ์ผ๋ก ์ด ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ ์ ์๋ค.
๐ For Mac users
sdk.dir = /Users/**USERNAME**/Library/Android/sdk
๐ช For windows users
sdk.dir=C\:\\Users\\**USERNAME**\\AppData\\Local\\Android\\sdk