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
- Log잘림
- 군대 github
- android studio cloud
- Status Bar
- 군대개발
- 군대 깃허브
- android 오류
- log
- Android
- Rest
- 오류
- BindingAdapter
- interface
- REST API
- 뷰 겹침
- kotlin
- intArray
- 군대 개발
- okhttp
- 디버깅 오류
- DataBinding
- 군대에서 안드로이드 개발
- apollo
- multipart
- Encoding
- 네트워크
- text
- Di
- Compose
- RETROFIT
Archives
- Today
- Total
KDY
안드로이드 스튜디오 Java 디버깅 오류 A problem occurred configuring project ':app'. > Could not create task ':app:Test.main()'. > SourceSet with name 'main' not found. 본문
Android 오류
안드로이드 스튜디오 Java 디버깅 오류 A problem occurred configuring project ':app'. > Could not create task ':app:Test.main()'. > SourceSet with name 'main' not found.
daeyeong 2022. 3. 14. 11:34안드로이드 스튜디오로 자바 문법을 공부하려고 디버깅을 해보니 아래와 같은 오류가 뜨면서 실행이 되지 않아 찾아본 결과 해결법을 찾았습니다.
A problem occurred configuring project ':app'.
> Could not create task ':app:Test.main()'.
> SourceSet with name 'test' not found.
해결법은 아래와 같습니다.
먼저 파일 상태를 Android -> Project로 바꿔 주세요
.idea -> gradle.xml
위 사진과 같은 위치에 아래 코드를 넣으시고 저장하시면 정삭적으로 디버깅이 됩니다.
<option name="delegatedBuild" value="false" />
'Android 오류' 카테고리의 다른 글
Android 상태바 겹침 문제 (0) | 2025.05.24 |
---|---|
Authorization header is invalid -- one and only one ' ' (space) (0) | 2022.09.06 |
apollo : 이 시스템에서 스크립트를 실행할 수 없으므로... (0) | 2022.05.15 |
Android 오류 kotlin.NotImplementedError: An operation is not implemented: not implemented (0) | 2022.03.23 |