Whenever I try and view the file explorer in DDMS for my dev phone it
just comes up blank. It doesn't matter whether I use the Eclipse
plugin or the stand alone program, I get the same result. The file
explorer window is completely empty. It works fine for the emulator.

Logcat is spitting out the following, not sure if it is related

05-20 23:58:34.449: WARN/System.err(102): java.io.IOException: Is a
directory
05-20 23:58:34.449: WARN/System.err(102):     at
org.apache.harmony.luni.platform.OSFileSystem.readImpl(Native Method)
05-20 23:58:34.449: WARN/System.err(102):     at
org.apache.harmony.luni.platform.OSFileSystem.read(OSFileSystem.java:
154)
05-20 23:58:34.459: WARN/System.err(102):     at
java.io.FileInputStream.read(FileInputStream.java:333)
05-20 23:58:34.459: WARN/System.err(102):     at
java.io.BufferedInputStream.fillbuf(BufferedInputStream.java:200)
05-20 23:58:34.459: WARN/System.err(102):     at
java.io.BufferedInputStream.read(BufferedInputStream.java:350)
05-20 23:58:34.459: WARN/System.err(102):     at
android.graphics.BitmapFactory.nativeDecodeStream(Native Method)
05-20 23:58:34.459: WARN/System.err(102):     at
android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:375)
05-20 23:58:34.469: WARN/System.err(102):     at
android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:171)
05-20 23:58:34.469: WARN/System.err(102):     at
android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:196)
05-20 23:58:34.469: WARN/System.err(102):     at
android.graphics.drawable.Drawable.createFromPath(Drawable.java:762)
05-20 23:58:34.469: WARN/System.err(102):     at
android.widget.ImageView.resolveUri(ImageView.java:498)
05-20 23:58:34.469: WARN/System.err(102):     at
android.widget.ImageView.setImageURI(ImageView.java:287)
05-20 23:58:34.469: WARN/System.err(102):     at
java.lang.reflect.Method.invokeNative(Native Method)
05-20 23:58:34.469: WARN/System.err(102):     at
java.lang.reflect.Method.invoke(Method.java:521)
05-20 23:58:34.469: WARN/System.err(102):     at
android.widget.RemoteViews$ReflectionAction.apply(RemoteViews.java:
454)
05-20 23:58:34.479: WARN/System.err(102):     at
android.widget.RemoteViews.performApply(RemoteViews.java:855)
05-20 23:58:34.479: WARN/System.err(102):     at
android.widget.RemoteViews.reapply(RemoteViews.java:847)
05-20 23:58:34.479: WARN/System.err(102):     at
android.appwidget.AppWidgetHostView.updateAppWidget
(AppWidgetHostView.java:155)
05-20 23:58:34.479: WARN/System.err(102):     at
android.appwidget.AppWidgetHost.updateAppWidgetView(AppWidgetHost.java:
243)
05-20 23:58:34.479: WARN/System.err(102):     at
android.appwidget.AppWidgetHost$UpdateHandler.handleMessage
(AppWidgetHost.java:73)
05-20 23:58:34.479: WARN/System.err(102):     at
android.os.Handler.dispatchMessage(Handler.java:99)
05-20 23:58:34.479: WARN/System.err(102):     at android.os.Looper.loop
(Looper.java:123)
05-20 23:58:34.479: WARN/System.err(102):     at
android.app.ActivityThread.main(ActivityThread.java:3948)
05-20 23:58:34.479: WARN/System.err(102):     at
java.lang.reflect.Method.invokeNative(Native Method)
05-20 23:58:34.479: WARN/System.err(102):     at
java.lang.reflect.Method.invoke(Method.java:521)
05-20 23:58:34.479: WARN/System.err(102):     at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:782)
05-20 23:58:34.489: WARN/System.err(102):     at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
05-20 23:58:34.489: WARN/System.err(102):     at
dalvik.system.NativeStart.main(Native Method)
05-20 23:58:34.489: DEBUG/skia(102): ---- read threw an exception

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to