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 | 31 |
Tags
- 배열중복요소제거
- TS
- 리액트네이티브아이콘
- 상속
- Next.js
- 타입스크립트
- map
- interface
- Filter
- app.post
- meatadata
- set
- 이진탐색
- array
- 스크롤이벤트
- 페이지네이션
- async
- react
- javascript
- app:compiledebugkotlin
- Spring
- reactnative
- materialicons
- generic
- mainapplication.kt
- extends
- supabase 페이지네이션
- 글또10기
- 슬라이딩윈도우
- 안드로이드빌드에러
Archives
- Today
- Total
목록2024/05/31 (2)
rhanziy
[에러해결] 안드로이드 스튜디오 빌드 에러 execution failed for task ':app:compiledebugkotlin'.
에러메세지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
React Native - 프로젝트 첫 셋팅 라이브러리(navigation)
네비게이션 - 스택, 바텀탭네비게이션yarn add @react-navigation/native @react-navigation/native-stackyarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-contextyarn add@react-navigation/bottom-tabs
Development setting
2024. 5. 31. 19:28