Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DFS
- Python
- 동적계획법과최단거리역추적
- 파이썬
- BAEKJOON
- 안드로이드스튜디오
- 안드로이드
- DFS와BFS
- Algorithm
- 동적계획법
- 분할정복
- 백준
- android
- Flutter
- 알고리즘
- C++
- vuejs
- Vue
- DART
- cos pro
- issue
- cos
- django
- 코드품앗이
- 개발
- 코테
- 코딩테스트
- cos pro 1급
- codingtest
- AndroidStudio
Archives
- Today
- Total
Development Artist
[Android Studio, Issue] Scanning files to index, Indexing stuck 본문
TroubleShooting/Android Issue
[Android Studio, Issue] Scanning files to index, Indexing stuck
JMcunst 2021. 5. 15. 16:06728x90
반응형
이슈
1. 새로운 프로젝트를 생성했는데, Background Tasks 에서 계속해서 scanning files to index 와 indexing을 반복적으로 하는 현상이 발생.
해결
1. File - Invalidate Caches/Restart 로 다시 열어주면 된다.
2. 만약 다음과 같은 것이 안된다면, 해당 프로젝트 폴더에 가서 .idea, .dex 를 지운다.
3. 그래도 문제라면, Android studio를 삭제하고 다시 설치한다.
원인
728x90
반응형
'TroubleShooting > Android Issue' 카테고리의 다른 글
Comments