티스토리 뷰
C++ 200제/코딩 IT 정보
geopoint cannot be resolved to a type 해결, Android JAR 추가
vicddory 2017. 2. 22. 22:00목차
반응형
[Eclipse] 안드로이드 geopoint cannot be resolved to a type 해결
이클립스 에러 메시지 - geopoint cannot be resolved to a type
이클립스에서 JAR 라이브러리 추가하여 해결하는 방법은 아래에 있습니다. 따라해 보세요.
1. 아래 코드 추가
1 2 | manifest <uses-library android:name="com.google.android.maps"/> | cs |
2. 버전 직접 선택
properties > android > platform > Google API 10
Properties for Project - 버전 선택 Google API 10
3. jar 파일 추가
sdk\add-ons\addon-google_apis-google-17\libs\maps.jar
이러면 됩니다.
참조 - Adding a library/JAR to an Eclipse Android project
[Eclipse] 안드로이드 geopoint cannot be resolved to a type 해결
반응형