목록안드로이드/Error Report (6)
설.현.아빠
별 버그가 다있네...ㅋ EllipsizingTextView index_summary = (EllipsizingTextView)convertView.findViewById(R.id.index_summary); index_summary.setText(item.getString("summary")); index_summary.setMaxLines(3); 아래 파일을 추가하고, 위처럼 사용하면 된다. package com.fobikr.SuperStarK.View; import java.util.ArrayList; import java.util.List; import android.content.Context; import android.graphics.Canvas; import android.text.Layo..
노트북이 뻑같다...비프음을 들어서는 그래픽 카드 고장...도대체 왜! 어제 밤에 잘끄고 갔는데 출근하니 안되네.. 노트북을 바꿨다--;;;끙...모든걸 다시...새롭게....기분좋을리가 없지.. 우선 Eclipse깔고, jdk깔고, sdk깔고, avd깔고...퍽! 에러 맞았다--;;; emulator: ERROR: bad config: virtual device directory lacks config.ini emulator: could not find virtual device named 'Gingerbread-1.avd [출처] emulator: ERROR: bad config: virtual device directory lacks config.ini |작성자 kaka 아주 질 나쁜 에러...컴퓨..
이상했다....이상하고 이상했다. 왜 어떤프로젝트에서는 되고, 어떤프로젝트에서는 안될까.. 구글링~~~~ 찾았다!!!! 된장 API Level 8에서만 동작한단다...에헤라~~ 그럼...진저만 된다는거네??프로요에선 안된다는거네??그럼...ㅠㅠ 좌절인디...
thread updates not enabled for selected client 이걸 함 보고 싶었는데...걍 안나와 버려서 방법찾았다. For posterity, I found the answer. I didn't find any button which was referenced by the error message above, but I was able to locate under Windows->Preferences->Android->DDMS to check the 'Thread Updates Enabled by Default' and then thread data was available (after restarting the emulator).
으흐...본격적인 에러잡기! 참고로 내 단말기는 옵티머스 원이라는....보급형...서민형...폰이다.. 고로! 모든 구현은 320 * 480에 맞춰서 개발했으니...오죽 문제가 많을까..ㅋㅋ 일단 LinearLayout으로 작성된 화면들은 그런대로 괜찮았다^^물론 모든 값들은 dip를 통해서 해결된듯싶다. 문제 1] Galary 이미지의 가로, 세로 크기를 fix해서 문제가 발생하였다. public View getView(int position, View convertView, ViewGroup parent) { ImageView iv = new ImageView(mContext); iv.setLayoutParams(new Gallery.LayoutParams(480, 320)); 이런식으로 가로와 세로..
어플이 GalaxyS Eclair(2.1) 버전에서도 정상적으로 동작하는지 테스트 하기 위해서 진행하여 보았다. 먼저 AndroidManifest.xml에 요걸 먼저 설정해 주고!! AVD를 통해 아래와 같이 Emulator를 설정 후 Create하였다.. 헉스....생성은 하였으나 Run Configration -> target에서 찾을 수가 없었다....ㅠㅠ 이건 먼가요~~ 일단 돌려보기라도 하자는 심정으로 먼저 Emulator를 실행하고, 프로젝트를 Run했더니 요러케 뜨긴했다. 저저..노란색 경고아이콘이 찝찝했지만..무시하고 OK! 된장...에러난다.. 역시 머든지 찝찝하게 돌진하니까 끝내 이런식이군.. [2011-02-12 22:18:17 - xxx] Installation error: INST..