
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
해당 명령어 실행 했을 때 하기와 같은 오류 발생합니다.
★ eas-cli@3.9.0 is now available.
To upgrade, run npm install -g eas-cli.
Proceeding with outdated version.
the project.
Specified value for "android.package" in app.json is ignored because an android directory was detected in the project.
Build queued... 07/settings/subscriptions.
Start builds sooner in the priority queue.
Sign up for EAS Production or Enterprise at https://expo.dev/accounts/skim910807/settings/subscriptions ;
Waiting in Free tier queue
|■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■|
✖ Build failed
🤖 Android build failed:
Gradle build failed with unknown error. See logs for the "Run gradlew" (https://expo.dev/accounts/skim910807/projects/tip-example/builds/3f89b624-0c65-4c63-bf22-6d3ae7bacc2b#run-gradlew) phase for more information.
npx @react-native-community/cli doctor 실행 후 에러 고침 해도
C:\Users\A\Desktop\sparta-study\sparta-sk>npx @react-native-community/cli doctor
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.
Common
✓ Node.js
✓ yarn
Android
✓ JDK
✓ Android Studio - Required for building and installing your app on Android
✖ Android SDK - Required for building and installing your app on Android
- Versions found: 28.0.3, 29.0.3, 33.0.2
- Version supported: .b33.0.0
✓ ANDROID_HOME
Errors: 1
Warnings: 0
와 같이 Android SDK - Required for building and installing your app on Android 에러가 수정되지 않습니다.
어덯게 해야할까요?
