일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Swift
- codility
- 구름TEST
- 아이폰 해상도
- 네이버
- 알고리즘
- 안드로이드
- iPhone
- 네이버알고리즘
- algorism
- Object-c
- error
- 코딩테스트
- codemonkey
- java
- 헬스
- 코딩
- ios
- 아이폰 비율
- 맥용
- 구름알고리즘
- code
- naver
- Cordova
- android
- 맥북
- objective-c
- 아이폰
- goormtest
- 네이버구름
Archives
- Today
- Total
목록android error (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