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
- 코드푸시
- 글또10기x코드트리
- 슬라이딩윈도우
- 이진탐색
- codepush
- supabase auth
- array
- 스크롤이벤트
- javascript
- Spring
- 상속
- map
- Next.js
- extends
- generic
- Filter
- async
- code-push-standalone
- supabase authentication
- interface
- TS
- app.post
- reactnative
- meatadata
- set
- react
- 타입스크립트
- xlsx-js-style
- supabase 페이지네이션
- 페이지네이션
Archives
- Today
- Total
목록안드로이드빌드에러 (1)
rhanziy

에러메세지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
2024. 5. 31. 19:31