일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ios
- codility
- 맥용
- 네이버알고리즘
- android
- 아이폰 해상도
- 아이폰 비율
- 구름TEST
- java
- 헬스
- 코딩테스트
- 알고리즘
- algorism
- codemonkey
- iPhone
- 안드로이드
- 코딩
- 네이버
- goormtest
- naver
- Object-c
- 아이폰
- Cordova
- Swift
- objective-c
- 구름알고리즘
- 맥북
- 네이버구름
- code
- error
Archives
- Today
- Total
목록android error: cannot find symbol class (1)
그래오늘은이거야
[안드로이드 오류] android error: cannot find symbol class
Class 가 꼬이고 import가 안된다는 에러와 함께 오류가 납니다. android error: cannot find symbol class 이 에러는 보통 bundle.gradle 에서 설정이 잘못되거나 link 가 안맞으면 발생하는 오류 입니다. 이 에러로 3시간 버림 저는 헷갈린게 dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') }이 부분이 디버그모드에서 워닝을 발생시켜 implementation fileTree(include: ['*.jar'], dir: 'libs')이런식으로 변경했는데프로젝트별 안드로이드 bundle.gradle 환경셋팅안하고 implementation을 썼다가... 오류가 발생했습니다. android er..
세상 개발/Android
2019. 4. 5. 10:57