일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 전화번호속의암호
- N과M
- 백준15652
- 백준2251
- 정보처리기사
- D드라이브생성
- 23288
- 백준
- 삼성역테
- 볼륨 만들기
- Bfs와DFS
- 파티션 크기 조정
- 정올 1620
- 알고리즘개념
- 코테준비
- 중복순열
- 알고리즘
- 자바 코테
- 중복조합
- 자바
- 코테
- 완전탐색
- 완탐
- java
- BFS
- 순열
- 에라토스테네스의채
- 주사위굴리기2
- 재귀함수
- 백준13458
- Today
- Total
뚱땅뚱땅
[Android Studio] ‘cannot resolve symbol’ error 본문
During the Android project, I’ve frequently got ‘cannot resolve the symbol’ error. A bunch of variables of the standard library was red and the auto-completion had stopped working. So, I’m going to write about how I solved my problem.
<Method 1> Clean project -> rebuild project
Try this method first. It is very simple but effective. Click ‘Clean Project’ , and then ‘Rebuild project’.
<Method 2> sync project with gradle files
Once the code doesn’t match with gradle sync, errors occur during the build.
<Method 3>invalidate caches/restart
It might take some time but restarting project and invalidating caches is one method of ensuring to solve the problem.
<Method 4> make new project
If you cannot solve the problem by 1~3 solutions, you have no choice but make a new project. Unfortunately, I made a new project at last, but the good thing is I solved the problem. So, I want to say that you don’t have to feel frustrated if you have some errors like me. Just make a new project and copy and paste the code carefully!
'아카이브' 카테고리의 다른 글
[2020 정보처리기사 필기] 2.1.35 데이터저장소/데이터베이스/DBMS (0) | 2020.03.27 |
---|---|
[2020 정보처리기사 필기] 2.1.34 자료구조 (0) | 2020.03.27 |
[알고리즘] 알고스팟 PICNIC 문제 (0) | 2020.03.27 |
[알고리즘] 알고스팟 BOGGLE문제 (0) | 2020.03.26 |
[Flutter] 기본 개념 + 예제 코드 작성 (0) | 2020.01.10 |