smartphone(272)
-
SharedPreferencesDemo-SharedPreferences객체를 통한 데이터 저장하기
SharedPreferences객체를 통한 데이터 저장하기 강의 내용 activity_main.xml LinearLayout(Vertical) 변경 Graphical Layout > Form Widgets-TextView 추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Form Widgets-Button추가 Graphical Layout > Text Fields-Plain Text 추가 Graphical Layout > Form Widgets-ProgressBar(Normal) 추가 Graphical Layout > Composite-ListView 추가 Graphic..
-
Error-Case variant exists
Import시 case variant exists 에러가 발생 해결방법 동일 이름으로된 다른 프로젝트가 있는지 확인 후 import 수행 프로젝트 이름에 특수문자 제거
-
Error-D/dalvikvm(1904): newInstance failed: Lkr/android/actionbardemo/MainActivity; not accessible to Landroid/app/Instrumentation;
07-24 02:42:16.148: D/dalvikvm(1904): newInstance failed: Lkr/android/actionbardemo/MainActivity; not accessible to Landroid/app/Instrumentation; 해결방법 클래스에 대한 접근 지정자를 확인해 보시기 바랍니다. MainActivity클래스에 접근지정자가 빠져 있어서 실행과 동시에 중지 되어 버립니다. public으로 접근지정자를 선언해주면 해결됩니다.
-
Error-Description Resource Path Location Type - Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded
에러 메시지 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..
-
Android source file import(임포트)시 에러 대처 방법 - eclipse error
import시 에러 대처 방법 방법 프로젝트 선택 > 마우스 우클릭 > Properties > Project Build Target에서 해당 API버전 선택합니다. Library가 없는 경우 Add버튼 클릭 > 해당 라이브러리 선택 > OK OK 방법 메뉴 > Project > Build Automatically 체크 메뉴 > Proejct > Clean 방법 프로젝트 선택 > 마우스 우클릭 > Build Path > Configure Build Path... 해당하는 항목 체크 OK 방법 gen\R.java 파일 삭제 프로젝트 선택 > 마우스 우클릭 > Source > Organize Imports
-
오류시-Android Tools > Fix Project Properties/Clear Lint Markers
Package Explorer 프로젝트 선택 > 마우스 우 클릭 > Android Tools > Fix Project Properties Package Explorer 프로젝트 선택 > 마우스 우 클릭 > Android Tools > Clear Lint Markers