Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- extends
- 페이지네이션
- Spring
- TS
- codepush
- reactnative
- app.post
- xlsx-js-style
- supabase auth
- 스크롤이벤트
- Next.js
- code-push-standalone
- 상속
- 코드푸시
- map
- 슬라이딩윈도우
- supabase authentication
- set
- 타입스크립트
- async
- react
- interface
- array
- javascript
- 글또10기x코드트리
- Filter
- supabase 페이지네이션
- 이진탐색
- generic
- meatadata
Archives
- Today
- Total
rhanziy
[에러해결] 안드로이드 스튜디오 빌드 에러 execution failed for task ':app:compiledebugkotlin'. 본문
Development setting
[에러해결] 안드로이드 스튜디오 빌드 에러 execution failed for task ':app:compiledebugkotlin'.
rhanziy 2024. 5. 31. 19:31
에러메세지
execution failed for task ':app:compiledebugkotlin'. > a failure occurred while executing org.jetbrains.kotlin.compilerrunner.gradlecompilerrunnerwithworkers$gradlekotlincompilerworkaction > compilation error. see
MainApplication.kt 파일에 오류가 있었다.
에러메세지만보고 처음엔 compile kotlin 버전을 낮추고 난리를 쳤는데 스택오버플로우에서 찾은 결과로는 rn 0.6이상에서는 자동으로 package가 추가된다고한다.
new RNConfigPackage()를 주석처리해주자. 그럼 빌드 완뇨
'Development setting' 카테고리의 다른 글
React Native - 프로젝트 첫 셋팅 라이브러리(navigation) (1) | 2024.05.31 |
---|---|
React Native 새로운 프로젝트 생성 중 npm오류 (0) | 2024.05.24 |
Android Studio - Unable to load script. (0) | 2024.05.13 |
Xcode build setting(M3) (0) | 2024.05.13 |
React Native - 정리 및 개발환경 셋팅(feat.Expo) (0) | 2023.10.06 |
Comments