Study/Android

당췌 안드로이드 에러는 ....

nobang 2010. 3. 28. 23:56
728x90
ActivityManager: Error: Activity class {com.nobang.hello/com.nobang.hello.HelloRelativeLayout} does not exist.
[2010-03-28 23:52:50 - SampleHelloRelativeLayout]Starting activity com.nobang.hello.HelloRelativeLayout on device
[2010-03-28 23:52:54 - SampleHelloRelativeLayout]ActivityManager: DDM dispatch reg wait timeout
[2010-03-28 23:52:54 - SampleHelloRelativeLayout]ActivityManager: Can't dispatch DDM chunk 52454151: no handler defined

이 에러들의 반복이다.

도저히 원인을 찾을 수가 없다. 저 Activity class(HelloRelativeLayout) 가 버젓이 있구만...

03-28 23:53:05.263: ERROR/AndroidRuntime(317): ERROR: thread attach failed
이런 에러도 보이고...

그래서 해당 프로젝트를 선택한 뒤에
Clean을 시켜줬더니 된다. 쩝.

When you see those error messages. try clean the project.
728x90