문제

나는 문제없이 많은 프로젝트를 해결했습니다.그러나 현재 프로젝트에서는 삼성 갤럭시 탭 (GT-P7300)에서 테스트를 거쳤습니다. 응용 프로그램은 시작할 수 없습니다.화면이 실행할 때 화면이 깜박이고 즉시 홈으로 나가십시오 (강제 닫기 메시지 없음, 홈 화면이 즉시 튀어 나오지 않음).logcat은 이러한 오류를 보여줍니다 :

03-14 16:18:41.060: E/AndroidRuntime(4144): Set to default setting_6 : region=-Duser.region=US propRegn=US
03-14 16:18:41.070: E/AndroidRuntime(4144): /system/csc/feature.xml ==> cannot open file
03-14 16:18:41.340: E/AndroidRuntime(4154): Set to default setting_6 : region=-Duser.region=US propRegn=US
03-14 16:18:41.360: E/AndroidRuntime(4154): /system/csc/feature.xml ==> cannot open file
.

소비자 닫힌 입력 채널 또는 오류가 발생했습니다.채널입니다 복구 할 수 없을만큼 파손되거나 처분 될 것입니다!

logcat의 다른 메시지 :

03-14 15:16:40.370: E/TODmobile(650): onReceive action=sec.android.intent.action.HOME_RESUME
03-14 15:16:40.380: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:40.380: E/DigitalClockWidget(650): updateWidgets
03-14 15:16:40.410: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:40.450: E/DigitalClockWidget(650): onReceive action=sec.android.intent.action.HOME_RESUME
03-14 15:16:40.450: E/TODmobile(650): onStartCommand
03-14 15:16:40.450: E/TODmobile(650): onReceive action=com.sec.android.widgetapp.DigitalClock_Start
03-14 15:16:40.460: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:40.460: E/DigitalClockWidget(650): updateWidgets
03-14 15:16:40.510: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:40.980: E/TODmobile(650): onReceive action=sec.android.intent.action.HOME_RESUME
03-14 15:16:41.010: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:41.010: E/DigitalClockWidget(650): updateWidgets
03-14 15:16:41.010: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:41.030: E/DigitalClockWidget(650): onReceive action=sec.android.intent.action.HOME_RESUME
03-14 15:16:41.030: E/TODmobile(650): onStartCommand
03-14 15:16:41.040: E/TODmobile(650): onReceive action=com.sec.android.widgetapp.DigitalClock_Start
03-14 15:16:41.050: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:41.060: E/DigitalClockWidget(650): updateWidgets
03-14 15:16:41.060: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:41.410: E/DigitalClockWidget(650): onReceive action=com.sec.android.widgetapp.APPWIDGET_RESIZE
03-14 15:16:41.410: E/TODmobile(650): onStartCommand
03-14 15:16:41.420: E/TODmobile(650): onReceive action=com.sec.android.widgetapp.DigitalClock_Start
03-14 15:16:41.420: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:41.420: E/DigitalClockWidget(650): updateWidgets
03-14 15:16:41.420: E/TODmobile(650): hour : 15    minute : 16
03-14 15:16:41.570: E/RemoteViews(362): Cannot setOnClickPendingIntent for collection item (id: 2131755055)
03-14 15:16:41.570: E/RemoteViews(362): Cannot setOnClickPendingIntent for collection item (id: 2131755055)
.

프로그램은 LG GT540 및 Samsung Ace에서 잘 작동합니다.

이 문제를 일으키는 것은 무엇입니까?나는 오류 메시지를 수색하고 많은 사람들이 그것이 만나는 많은 사람들이 발견되었지만 명확한 해결책은 없습니다.

편집 : 자세한 정보, 나는 갤럭시 탭 (GT-P1000, Android 2.3.3을 실행)을 시도했으며, 잘 작동합니다.그리고 3.0 장치가있는 Android SDK 에뮬레이터에서 시도 할 때 프로그램이 플래시가 사라집니다.그래서 Android 3.0 (아마도 4.0)만이 문제를 해결합니다.

도움이 되었습니까?

해결책

와 마찬가지로.CH는 또한 메모리 문제가 충분하지 않고 동일한 패키지 ID가 설치되어 있고 그래픽을 크기를 조정할 필요가있는 경우에도 패키지가 충분하지 않은 것으로 나타났습니다.그게

여러 화면 지원 각각에 그래픽이 있는지 확인합니다.MDPI, HDPI, XHDPI 각각 및 "Nofollow"> 최적화 된 적절한 DPI .모든 장치와 API 레벨이 멋지게 재생되도록해야합니다.

문제의 근원이 아니더라도 성능과 신뢰성에 관해서는 모범 사례를 보장하는 것이 좋습니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top