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
- GIT
- Vue
- MUI
- gitbash
- 깃
- Intellij
- 연결리스트
- 자바
- 안드로이드 빌드 안됨
- 백틱
- 핫모듈
- AI
- 로그
- 인텔리제이
- 안드로이드 빌드 안될때
- 잠시만조용히
- CentOS7
- marquee
- 인공지능
- rufus
- 반복문
- CentOS
- 운영체제
- 부팅디스크
- 한글깨짐
- Linked List
- While문
- 아오
- for문
- Linux
Archives
- Today
- Total
새끼 개발자의 Life is egg
Execution failed for task ':app:processDebugMainManifest'. 본문
안드로이드 빌드중에 에러가 났다
FAILURE: Build failed with an exception.
Execution failed for task ':app:processDebugMainManifest'.
> Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @2948ea47
android 폴더 > gradle.properties 파일에
org.gradle.jvmargs=--add-opens java.base/java.io=ALL-UNNAMED
붙여넣기
'개발's egg > Android' 카테고리의 다른 글
[Android] 안드로이드 현재 위치 정보 가져오기. 마지막 위치 정보 말고 (0) | 2023.10.12 |
---|---|
갤럭시 안드로이드 React Native 스크롤 바 왜 안없어짐 (0) | 2023.08.18 |
react-native-gesture-handler EnableNewWebImplementation (0) | 2023.07.26 |
Comments