티스토리 뷰
문제
리액트 네이티브 빌드가 되지 않아서 계속적으로 여러가지 버젼을 바꿔가면서 시도해봄
그래들 버젼 변경, 자바 버젼 변경, NDK 버젼 변경, 안드로이드 빌드 등 여러가지 형태의 시도를 해봄
해결
도움을 받아서 해결!!
비슷했던 이슈
https://github.com/mrousavy/react-native-mmkv/issues/280
리액트 네이티브 버젼 업그레이드
https://github.com/facebook/react-native/releases/tag/v0.67.0
해결 방법
그래들 버젼 변경
How to fix the ''module java.base does not "opens java.io" to unnamed module '' error in Android Studio?
Background I started my first project in android studio to get familiar with Android programming. I am following this tutorial, in which I created a new project Empty Activity, without any change...
stackoverflow.com
https://github.com/fluttercommunity/flutter_workmanager/issues/287
🐞[Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io"
I have read the README I have done the setup for Android I have done the setup for iOS I have ran the sample app and it does not work there Version Technology Version Workmanager version 0.5.0-dev....
github.com
앱 구동 후 로컬 서버에 포트 이슈로 작동이 안됌
로컬 포트를 통해 접속이 가능하도록 함
리액트의 경우 아래와 같이 포트를 바꿈
adb reverse tcp:3000 tcp:3000
참조 :
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=xhdtn8070&logNo=221298861210
[안드로이드]adb reverse 사용법 - 로컬서버 접속하기
안녕하세요 이번 장에서는 adb reverse를 이용한 로컬서버 접속법을 알아보겠습니다. 일단 adb reverse라는...
blog.naver.com
https://stackoverflow.com/questions/34178184/react-native-not-running-on-localhost
React native not running on localhost
React native stopped working, whenever I run it now (no matter which project) I get the error could not connect to development server | ensure the following node server is running and available on ...
stackoverflow.com
https://stackoverflow.com/questions/67083014/connecting-to-localhost-with-react-native
Connecting to localhost with React Native
I'm trying to fetch an json from a locally hosted express API using a react native fetch get request. Our react native code is : useEffect(() => { fetch("http://localhost:5000/api/list...
stackoverflow.com
React Native Android Fetch failing on connection to local API
I'm using the fetch API in my react-native Android app to make requests to a local API. I usually query said API from react web apps at http://localhost:8163. I'm testing my app on my physical devi...
stackoverflow.com
느낀점
안되는 부분을 파고들어야 한다
생각없는 검색은 도움이 되지 않는다
'What I Learned' 카테고리의 다른 글
AI 공부 [feat: 스파르타코딩클럽 항해 플러스 AI 2기 후기] (0) | 2025.02.23 |
---|---|
KPT_221229_내일배움캠프_팀프로젝트_비솔루션 (0) | 2022.12.29 |
TIL_20221228_인증&인가 (0) | 2022.12.29 |
TIL_20221227_drf 자바스크립트 json 데이터 (0) | 2022.12.28 |
TIL_20221226_permission class 트러블 (0) | 2022.12.27 |
- Total
- Today
- Yesterday
- 예외처리
- Til
- API
- 스파르타내일배움캠프
- css
- HTML
- 파이썬나누기
- 컴퓨터구조
- 코드컨벤션
- GIT
- 파이썬
- github
- wil
- HTTP
- 반복문
- 파이썬 함수 return
- 항해솔직후기
- 스파르타코딩클럽
- 장고
- 항해플러스후기
- css선택자
- 항해플러스ai
- 함수
- 자료구조
- 클래스
- dtl
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |