CODEDRAGON ㆍDevelopment/Android
에러 메시지
Description Resource Path Location Type Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded 72MapDemo Unknown Android Packaging Problem |
해결방법
필요한 라이브러리가 없어서 에러 발생했으며
해당 프로젝트에 사용 라이브러리를 추가해 주면 해결됩니다.
프로젝트 선택 > 마우스 우클릭 >
Build Path > Configure Build Path..
Add Library... >
User Library 선택 >
Next
User Libraries ... >
New ... >
원하는 라이브러리 이름 입력 >
System library (added to the boot class path) 체크 >
OK >
Add JARs... >
추가할 .jar 파일 선택 >
OK >
OK
Finish
OK
google-play-servies.jar 파일 경로
C:\javanAndroid\android-sdk_r22.6.2-windows\android-sdk-windows\extras\google\google_play_services\libproject\google-play-services_lib\libs
Add External JARs…
라이브러리 jar파일 경로 선택 >
열기
OK
'Development > Android' 카테고리의 다른 글
Video (비디오) - VideoView (0) | 2014.08.14 |
---|---|
Error-Android SDK Content Loader 에러 해결방법 (0) | 2014.08.11 |
SharedPreferencesDemo-SharedPreferences객체를 통한 데이터 저장하기 (0) | 2014.08.02 |
Error-Case variant exists (0) | 2014.07.29 |
Error-D/dalvikvm(1904): newInstance failed: Lkr/android/actionbardemo/MainActivity; not accessible to Landroid/app/Instrumentation; (0) | 2014.07.24 |