블로그
- Android case R.id error: constant expression required 오류 Library Project 생성시 R.java 값이 final 선언되지 않았기 때문으로 R.java은 개발자가 수정불가함으로 조건문 if , else if 대체 해결방법 eclipse -> switch 문 앞에 커서를 두고 ctrl + 1 android studio -> switch 문 앞에 커서를 두고 alt + enter if else if 구문으로
- 안드로이드 스튜디오 (Android Studio) 설치법 [ JDK설치 | JAVA 환경변수 설정] Android Studio 툴은 Intellij ( JetBrains사의 상용 자바 통합 개발 환경) 기반으로 하여 기존의 개발환경 이였던 eclipse 보다 속도나 안전성이 월등히 높습니다 #01 Android Studio 설치법 JDK 설치 Android Studio설치전 먼저 JDK(Java Development Kit)를 설치해야 합니다 http://www.oracle.com
- R cannot be resolved to a variable (2) . ----------------------------------------------------------------------------- android dependencies 에러 R.java 파일이 import 되지 않는 문제 R cannot be resolved to a variable \eclipse\sdk\extras\android\support\
- [스크랩] Android View Hover 출처 : [ https://github.com/daimajia/AndroidViewHover ] Android View Hover In my opinion, jumping to a Download Apk UsageStep0Set up RenderScript Eclipse, please visit official tutorial.Android Studio, add
- [Eclipse] The connection to adb is down, and a severe error has occured. 오류 Android 개발 중에 Eclipse 오류와 싸우는 경우가 더 많은 것 같은데... 갑자기 프로그램 Test 실행이 안되더라.
- [스크랩] Header ListView 출처 : [ https://github.com/applidium/HeaderListView ] A ListView for Android that has iOS-like sections GitHub RepositoryHow to useQuickstartImport the project in Eclipse then add it to the build path of your
- eclipse custom keystore The keystore password must be "android" 2. It must contain a key named "androiddebugkey" 3. That key's password must be "android" Copy your original keysto.......
- froyo development with eclipse This document will help you set up the Eclipse IDE for Android platform development. http://source.android.com 참고한 사이트는 http://groups.google.com/group/android-platform/browse_thread/thread/5c86d1f1929eed3c 문제가되는