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 |
Tags
- Github
- 안드로이드 스튜디오
- ADB
- 의존성주입
- studio
- Android
- RecyclerView
- 코틀린
- 안스
- Kotlin
- GIT
- build
- Gradle
- image
- 웹뷰
- WebView
- 깃헙
- viewpager
- dart
- 안드로이드
- 코루틴
- coroutine
- 안드로이드스튜디오
- MVVM
- error
- 레트로핏
- 에러
- Retrofit
- 유튜브
- 스튜디오
Archives
- Today
- Total
목록Repositories (1)
코딩하는 일용직 노동자
gradle allprojects 오류 해결.
안드로이드 스튜디오에서 새로운 프로젝트를 만든 후 gradle 셋팅을 수정하던 중에 Project레벨의 build.gradle 에 레파지토리 정보를 추가했습니다. allprojects { repositories { maven { url "https://jitpack.io" } } } 하지만 빌드를 하니 아래처럼 에러가 발생했습니다. Build was configured to prefer settings repositories over project repositories but repository 'maven' was added by build file 'build.gradle' 원인을 검색해보니 안드로이드 스튜디오 Arctic Fox버전 이후에 만든 프로젝트는 build.gradle 이 아니라 sett..
안드로이드
2022. 4. 13. 14:55