안드로이드

리눅스 안드로이드 개발 adb is down, syntax error 에러

The connection to adb is down, and a severe error has occured. 문제시 android sdk가 있는 디렉토리에 platform-tools 폴더로 이동하여 sudo ./adb kill-server 또는 ./adb restart를 실행해보자 위에서 말한거 처럼 kill-server 실행했는데 이런 에러가 나오면 “adb syntax error ) unexpected” SDK platform-tool 23.1의 버전 문제이다. 이 문제는 32bit OS 사용자들한테만 발생하는듯하다. 아래 링크에서 23.0.1 버전을 […]

Android fileutils cannot be resolved

android 코딩할때 에서 fileutils cannot be resolved 에러가 나오는 경우 이클립스를 사용하는 경우일 것이다. 아래 링크에서 “commons-io-2.4-bin.zip” 파일을 다운로드하여 압축을 해제한 후 http://commons.apache.org/proper/commons-io/download_io.cgi 이클립스에서 프로젝트에 우클릭 Properties—> Java Build Path —> Libraries tab —> Add External Jars commons-io-2.4.jar 파일을 추가하면 된다. 그리고나서 java 파일 상단에 import 추가하면 된다. import org.apache.commons.io.FileUtils;    

Android 구글 강좌

Android 구글 강좌 안드로이드 소개 https://sites.google.com/site/io/an-introduction-to-android Google-IO-IntroductionToAndroid.pdf 안드로이드 구조 설명 https://sites.google.com/site/io/anatomy–physiology-of-an-android Android-Anatomy-GoogleIO.pdf 어플리케이션 프레임윅 설명 https://sites.google.com/site/io/inside-the-android-application-framework Inside_the_Android_Application_Framework.pdf 안드로이드 어플리케이션 개발 방법 설명 https://sites.google.com/site/io/building-an-android-application Building_an_Android_Application_101.pdf 안드로이드 Dalvik VM 설명 http://sites.google.com/site/io/dalvik-vm-internals 2008-05-29-Presentation-Of-Dalvik-VM-Internals.pdf * 안드로이드 개발 관련 유투브 커뮤니티 http://www.youtube.com/user/androiddevelopers

jQTouch 관련

jQTouch 다운로드https://github.com/senchalabs/jQTouch/wiki jQTouch 치트시트http://blog.peepcode.com/tutorials/2009/jqtouch-cheat-sheet 예제http://chomperstomp.com/exampleApp/#home jqtouch Animationshttp://code.google.com/p/jqtouch/wiki/Animations jQTouch Form 로그인 w/ 리다이렉트 예제http://goo.gl/QYZRW 매쉬업과 jQtouch 강의http://wkimin.tistory.com/12 jQtouch 그룹http://goo.gl/kz4Ro iUi – Web UI 프레임워크 for 모바일 디바이스http://code.google.com/p/iui/ 책정보Building iPhone Apps with HTML, CSS, and JavaScripthttp://ofps.oreilly.com/titles/9780596805784/

Scroll to top