에러(86)
-
Error-timeout Launch canceled!, 애뮬레이터 에러
Error Message Failed to install 51BrowserDemo2.apk on device 'emulator-5554': timeout Launch canceled! 해결방법 에뮬레이터 다시 구동
-
Error-"app_name" is not translated in
에러 내용 "app_name" is not translated in af, am, ar, bg, ca, cs, da, de, el, en-rGB, en-rIN, es, es-rUS, et-rEE, fa, fi, fr, fr-rCA, hi, hr, hu, hy-rAM, in, it, iw, ja, ka-rGE, km-rKH, ko, lo-rLA, lt, lv, mn-rMN, ms-rMY, nb, nl, pl, pt, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, tl, tr, uk, vi, zh-rCN, zh-rHK, zh-rTW, zu Issue: Checks for incomplete translations where not all strings are translated Id..
-
Error-A package name cannot start or end with a dot
오류 메시지 A package name cannot start or end with a dot 해결 방법 eclipse > Help > Install New Software... Add 버튼 클릭 Name과 Location에 아래와 같이 입력후 OK버튼 클릭 NameadtLocationhttps://dl-ssl.google.com/android/eclipse/ Select All > Next Next I accept the terms of the license agreements 체크 > Finish 우측하단에 보면 설치가 진행되고 있는 것을 확인할 수 있습니다. OK Yes eclipse가 재 시작 후 화면 새 프로젝트 정상적으로 생성할 수 있습니다.
-
디바이스 재접속-adb 종료시키기
adb를 종료시키면 adb가 재시작되면서 디바이스를 서치하여 재접속하게 됩니다.
-
SyntaxError: Non-UTF-8 code starting with '\xc0' in file ~.py on line 3, but no encoding declared; see
오류메시지 SyntaxError: Non-UTF-8 code starting with '\xc0' in file C:\Users\codedragon\git\study_Python\studyPython\ch11-C\Ex01\lettertest.py on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details 해결방법 소스코드 파일 선택 > 마우스 우클릭 > 왼쪽창의 Resource 항목 선택 > Text file encoding영역에서 인코딩 방식을 UTF-8로 변경 > OK
-
Error-Unable to find vcvarsall.bat
에러 메시지 C:\Users\yuriyuri\git\study_Python\studyPython\ch11-C>python setup.py install running install running build running build_ext building 'text' extension error: Unable to find vcvarsall.bat python build version과 현재 설치되어 있는 compiler version이 달라서 발생 해결방법1 MinGW 다운로드 및 설치하기 http://codedragon.tistory.com/671 자동 빌드를 위해 distutils.cfg파일 수정 기본값은 distutils.cfg파일이 존재하지 않음로 새 파일을 생성하여 distutils.cfg로 저..