새로 바뀐 GCM을 적용하다보니
Unable to start service Intent { act=com.google.android.c2dm.intent.REGISTRATION flg=0x10 pkg=패키지경로 cmp=패키지경로.GCMIntentService (has extras) }: not found
라고 나오는데, GCMIntentService.java 파일 위치가 최상위가 아니여서 그랬다.
내가 작업하던 경로는 .push.GCMIntentService 였는데, .GCMIntentService 가 되도록 파일을 옮기면 된다
'프로그래밍 > android' 카테고리의 다른 글
[android] ArrayList sort (0) | 2012.11.28 |
---|---|
[android] Bundle의 extras 출력하기 (0) | 2012.11.22 |
[android] Unable to start service Intent { act=com.google.android.c2dm.intent.REGISTRATION}: not found (0) | 2012.11.14 |
[android] 폰의 갤러리에 사진 추가하기 (0) | 2012.11.12 |
[android] 기본 음악 앱으로 음악 재생 시키기 (0) | 2012.11.08 |
[android] 우편번호 입력용 EditText (0) | 2012.10.26 |
댓글을 달아 주세요