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
- 로그
- While문
- 핫모듈
- 백틱
- 잠시만조용히
- 안드로이드 빌드 안될때
- 안드로이드 빌드 안됨
- 운영체제
- Linked List
- Intellij
- GIT
- CentOS
- Linux
- rufus
- CentOS7
- 인텔리제이
- 연결리스트
- gitbash
- 한글깨짐
- marquee
- 아오
- 부팅디스크
- AI
- Vue
- 인공지능
- 깃
- for문
- 자바
- MUI
- 반복문
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