The launcher2 need libRS.so.But the libRS.so is not included by default.
First , edit Android.mk in frameworks/base/graphics/jni, alter the line 41
#LOCAL_MODULE_TAGS := optional

Second, edit Android.mk in frameworks/base/libs/rs , alter the line 106
#LOCAL_MODULE_TAGS := optional

Third, make in the eclair directory.


2010/4/6 Sunil <[email protected]>

> Hello,
>
> I am trying to build Launcher2 on Eclair. The build goes through fine
> and the Launcher2.apk is generated. After emulator boots up the alert
> popup is shown with choice of old Launcher and Launcher2. When
> Launcher2 is selected an ANR dialog is displayed and Launcher2 is
> force closed. Below are the complete set of logs.
>
> Please let me know if somebody came across similar problems.
>
> ###########################################################
> 04-05 21:18:33.301: ERROR/BatteryService(63): usbOnlinePath not found
> 04-05 21:18:33.301: ERROR/BatteryService(63): batteryVoltagePath not
> found
> 04-05 21:18:33.311: ERROR/BatteryService(63): batteryTemperaturePath
> not found
> 04-05 21:18:33.371: ERROR/SurfaceFlinger(63): Couldn't open /sys/power/
> wait_for_fb_sleep or /sys/power/wait_for_fb_wake
> 04-05 21:18:42.131: ERROR/EventHub(63): could not get driver version
> for /dev/input/mouse0, Not a typewriter
> 04-05 21:18:42.141: ERROR/EventHub(63): could not get driver version
> for /dev/input/mice, Not a typewriter
> 04-05 21:18:43.051: ERROR/System(63): Failure starting core service
> 04-05 21:18:43.051: ERROR/System(63): java.lang.SecurityException
> 04-05 21:18:43.051: ERROR/System(63):     at
> android.os.BinderProxy.transact(Native Method)
> 04-05 21:18:43.051: ERROR/System(63):     at
> android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:
> 146)
> 04-05 21:18:43.051: ERROR/System(63):     at
> android.os.ServiceManager.addService(ServiceManager.java:72)
> 04-05 21:18:43.051: ERROR/System(63):     at
> com.android.server.ServerThread.run(SystemServer.java:176)
> 04-05 21:18:43.113: ERROR/AndroidRuntime(63): Crash logging skipped,
> no checkin service
> 04-05 21:26:16.537: ERROR/ActivityThread(116): Failed to find provider
> info for android.server.checkin
> 04-05 21:26:21.407: ERROR/vold(26): Cannot start volume '/
> sdcard' (volume is not bound)
> 04-05 21:26:29.767: ERROR/ActivityThread(116): Failed to find provider
> info for android.server.checkin
> 04-05 21:26:30.337: ERROR/ActivityThread(116): Failed to find provider
> info for android.server.checkin
> 04-05 21:26:49.417: ERROR/ActivityThread(329): Failed to find provider
> info for subscribedfeeds
> 04-05 21:26:49.440: ERROR/AndroidRuntime(329): Uncaught handler:
> thread main exiting due to uncaught exception
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):
> java.lang.NullPointerException
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
>
> com.android.providers.calendar.CalendarSyncAdapter.onAccountsChanged(CalendarSyncAdapter.java:
> 1400)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> android.content.AbstractSyncableContentProvider
> $1.onAccountsUpdated(AbstractSyncableContentProvider.java:189)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> android.accounts.AccountManager$10.run(AccountManager.java:826)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> android.os.Handler.handleCallback(Handler.java:587)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> android.os.Handler.dispatchMessage(Handler.java:92)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> android.os.Looper.loop(Looper.java:123)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> android.app.ActivityThread.main(ActivityThread.java:4363)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> java.lang.reflect.Method.invoke(Method.java:521)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:860)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
> 04-05 21:26:49.457: ERROR/AndroidRuntime(329):     at
> dalvik.system.NativeStart.main(Native Method)
> 04-05 21:26:49.788: ERROR/ActivityThread(63): Failed to find provider
> info for android.server.checkin
> 04-05 21:26:49.868: ERROR/Checkin(63): Error reporting crash:
> java.lang.IllegalArgumentException: Unknown URL
> content://android.server.checkin/crashes
> 04-05 21:29:00.227: ERROR/ActivityThread(63): Failed to find provider
> info for android.server.checkin
> 04-05 21:29:17.691: ERROR/ActivityThread(63): Failed to find provider
> info for android.server.checkin
> 04-05 21:29:28.137: ERROR/ActivityThread(445): Failed to find provider
> info for subscribedfeeds
> 04-05 21:29:28.167: ERROR/AndroidRuntime(445): Uncaught handler:
> thread main exiting due to uncaught exception
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):
> java.lang.NullPointerException
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
>
> com.android.providers.calendar.CalendarSyncAdapter.onAccountsChanged(CalendarSyncAdapter.java:
> 1400)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> android.content.AbstractSyncableContentProvider
> $1.onAccountsUpdated(AbstractSyncableContentProvider.java:189)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> android.accounts.AccountManager$10.run(AccountManager.java:826)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> android.os.Handler.handleCallback(Handler.java:587)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> android.os.Handler.dispatchMessage(Handler.java:92)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> android.os.Looper.loop(Looper.java:123)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> android.app.ActivityThread.main(ActivityThread.java:4363)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> java.lang.reflect.Method.invoke(Method.java:521)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:860)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
> 04-05 21:29:28.187: ERROR/AndroidRuntime(445):     at
> dalvik.system.NativeStart.main(Native Method)
> 04-05 21:35:20.598: ERROR/DiskCache(592): Unable to create cache
> directory /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cache
> 04-05 21:35:20.617: ERROR/DiskCache(592): Unable to create cache
> directory /sdcard/Android/data/com.cooliris.media/cache/local-meta-
> cache
> 04-05 21:35:20.637: ERROR/DiskCache(592): Unable to create cache
> directory /sdcard/Android/data/com.cooliris.media/cache/local-skip-
> cache
> 04-05 21:35:20.737: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:20.747: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:20.757: ERROR/DiskCache(592): Unable to close chunk file
> 04-05 21:35:20.947: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:20.947: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:20.979: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:20.987: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:21.237: ERROR/DiskCache(592): Unable to close chunk file
> 04-05 21:35:21.247: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:21.257: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:21.368: ERROR/DiskCache(592): Unable to close chunk file
> 04-05 21:35:21.387: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:21.418: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:21.488: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:21.498: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:21.528: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:21.558: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:21.558: ERROR/DiskCache(592): Unable to close chunk file
> 04-05 21:35:21.607: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:21.633: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:23.667: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:23.857: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:23.880: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:23.967: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:23.987: ERROR/DiskCache(592): Unable to close chunk file
> 04-05 21:35:24.017: ERROR/DiskCache(592): Unable to create or open the
> chunk file /sdcard/Android/data/com.cooliris.media/cache/local-album-
> cachechunk_0
> 04-05 21:35:24.318: ERROR/DiskCache(592): getChunkFile() returned null
> 04-05 21:35:26.328: ERROR/DiskCache(592): Unable to create cache
> directory /sdcard/Android/data/com.cooliris.media/cache/local-image-
> thumbs
> 04-05 21:35:26.448: ERROR/DiskCache(592): Unable to create cache
> directory /sdcard/Android/data/com.cooliris.media/cache/local-video-
> thumbs
> 04-05 21:35:42.847: ERROR/AndroidRuntime(623): Uncaught handler:
> thread main exiting due to uncaught exception
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):
> java.lang.RuntimeException: Unable to start activity
> ComponentInfo{com.android.launcher2/com.android.launcher2.Launcher}:
> android.view.InflateException: Binary XML file line #25: Error
> inflating class com.android.launcher2.AllAppsView
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2496)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
> 2512)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.ActivityThread.access$2200(ActivityThread.java:119)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.os.Handler.dispatchMessage(Handler.java:99)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.os.Looper.loop(Looper.java:123)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.ActivityThread.main(ActivityThread.java:4363)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> java.lang.reflect.Method.invoke(Method.java:521)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:860)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> dalvik.system.NativeStart.main(Native Method)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623): Caused by:
> android.view.InflateException: Binary XML file line #25: Error
> inflating class com.android.launcher2.AllAppsView
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.createView(LayoutInflater.java:513)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:565)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:407)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:320)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
>
> com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:
> 198)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.Activity.setContentView(Activity.java:1622)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> com.android.launcher2.Launcher.onCreate(Launcher.java:223)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
> 1047)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2459)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     ... 11 more
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623): Caused by:
> java.lang.reflect.InvocationTargetException
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> com.android.launcher2.AllAppsView.<init>(AllAppsView.java:158)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> java.lang.reflect.Constructor.constructNative(Native Method)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:446)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.view.LayoutInflater.createView(LayoutInflater.java:500)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     ... 21 more
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623): Caused by:
> java.lang.UnsatisfiedLinkError: nDeviceCreate
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.renderscript.RenderScript.nDeviceCreate(Native Method)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.renderscript.RenderScript.<init>(RenderScript.java:303)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.renderscript.RSSurfaceView.createRenderScript(RSSurfaceView.java:
> 151)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     at
> android.renderscript.RSSurfaceView.createRenderScript(RSSurfaceView.java:
> 156)
> 04-05 21:35:42.927: ERROR/AndroidRuntime(623):     ... 25 more
> 04-05 21:35:43.418: ERROR/ActivityThread(63): Failed to find provider
> info for android.server.checkin
> 04-05 21:35:43.498: ERROR/Checkin(63): Error reporting crash:
> java.lang.IllegalArgumentException: Unknown URL
> content://android.server.checkin/crashes
> 04-05 21:40:46.208: ERROR/AndroidRuntime(745): Uncaught handler:
> thread main exiting due to uncaught exception
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):
> java.lang.RuntimeException: Unable to start activity
> ComponentInfo{com.android.launcher2/com.android.launcher2.Launcher}:
> android.view.InflateException: Binary XML file line #25: Error
> inflating class com.android.launcher2.AllAppsView
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2496)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
> 2512)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.ActivityThread.access$2200(ActivityThread.java:119)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.os.Handler.dispatchMessage(Handler.java:99)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.os.Looper.loop(Looper.java:123)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.ActivityThread.main(ActivityThread.java:4363)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> java.lang.reflect.Method.invoke(Method.java:521)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:860)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> dalvik.system.NativeStart.main(Native Method)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745): Caused by:
> android.view.InflateException: Binary XML file line #25: Error
> inflating class com.android.launcher2.AllAppsView
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.createView(LayoutInflater.java:513)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:565)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:407)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:320)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
>
> com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:
> 198)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.Activity.setContentView(Activity.java:1622)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> com.android.launcher2.Launcher.onCreate(Launcher.java:223)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
> 1047)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2459)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     ... 11 more
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745): Caused by:
> java.lang.reflect.InvocationTargetException
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> com.android.launcher2.AllAppsView.<init>(AllAppsView.java:158)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> java.lang.reflect.Constructor.constructNative(Native Method)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:446)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.view.LayoutInflater.createView(LayoutInflater.java:500)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     ... 21 more
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745): Caused by:
> java.lang.UnsatisfiedLinkError: nDeviceCreate
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.renderscript.RenderScript.nDeviceCreate(Native Method)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.renderscript.RenderScript.<init>(RenderScript.java:303)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.renderscript.RSSurfaceView.createRenderScript(RSSurfaceView.java:
> 151)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     at
> android.renderscript.RSSurfaceView.createRenderScript(RSSurfaceView.java:
> 156)
> 04-05 21:40:46.307: ERROR/AndroidRuntime(745):     ... 25 more
> 04-05 21:40:46.677: ERROR/ActivityThread(63): Failed to find provider
> info for android.server.checkin
> 04-05 21:40:46.757: ERROR/Checkin(63): Error reporting crash:
> java.lang.IllegalArgumentException: Unknown URL
> content://android.server.checkin/crashes
> 04-05 21:52:43.027: ERROR/AndroidRuntime(1035): Uncaught handler:
> thread main exiting due to uncaught exception
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):
> java.lang.RuntimeException: Unable to start activity
> ComponentInfo{com.android.launcher2/com.android.launcher2.Launcher}:
> android.view.InflateException: Binary XML file line #25: Error
> inflating class com.android.launcher2.AllAppsView
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2496)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:
> 2512)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.ActivityThread.access$2200(ActivityThread.java:119)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.ActivityThread$H.handleMessage(ActivityThread.java:1863)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.os.Handler.dispatchMessage(Handler.java:99)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.os.Looper.loop(Looper.java:123)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.ActivityThread.main(ActivityThread.java:4363)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> java.lang.reflect.Method.invokeNative(Native Method)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> java.lang.reflect.Method.invoke(Method.java:521)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> com.android.internal.os.ZygoteInit
> $MethodAndArgsCaller.run(ZygoteInit.java:860)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> dalvik.system.NativeStart.main(Native Method)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035): Caused by:
> android.view.InflateException: Binary XML file line #25: Error
> inflating class com.android.launcher2.AllAppsView
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.createView(LayoutInflater.java:513)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:565)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:407)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:320)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.inflate(LayoutInflater.java:276)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
>
> com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:
> 198)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.Activity.setContentView(Activity.java:1622)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> com.android.launcher2.Launcher.onCreate(Launcher.java:223)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:
> 1047)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.app.ActivityThread.performLaunchActivity(ActivityThread.java:
> 2459)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     ... 11 more
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035): Caused by:
> java.lang.reflect.InvocationTargetException
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> com.android.launcher2.AllAppsView.<init>(AllAppsView.java:158)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> java.lang.reflect.Constructor.constructNative(Native Method)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> java.lang.reflect.Constructor.newInstance(Constructor.java:446)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.view.LayoutInflater.createView(LayoutInflater.java:500)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     ... 21 more
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035): Caused by:
> java.lang.UnsatisfiedLinkError: nDeviceCreate
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.renderscript.RenderScript.nDeviceCreate(Native Method)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.renderscript.RenderScript.<init>(RenderScript.java:303)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.renderscript.RSSurfaceView.createRenderScript(RSSurfaceView.java:
> 151)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     at
> android.renderscript.RSSurfaceView.createRenderScript(RSSurfaceView.java:
> 156)
> 04-05 21:52:43.187: ERROR/AndroidRuntime(1035):     ... 25 more
> 04-05 21:52:43.897: ERROR/ActivityThread(63): Failed to find provider
> info for android.server.checkin
> 04-05 21:52:43.987: ERROR/Checkin(63): Error reporting crash:
> java.lang.IllegalArgumentException: Unknown URL
> content://android.server.checkin/crashes
> ###########################################################
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to