Yes, Java was source.zip included also when it was not open sources :- ( But I Have real question. I use google ImageLoader in my app, it works on all Android, but not on 3.1 (Motorola Xoom) It is impossible to find solution without source of framework classes. I tried to use source code of apache Harmony project, but it is too much different.
I got this stacktrace: 06-07 11:49:22.180: ERROR/ImageLoader(3809): java.lang.NullPointerException 06-07 11:49:22.180: ERROR/ImageLoader(3809): at java.nio.charset.ModifiedUtf8.countBytes(ModifiedUtf8.java:75) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at java.nio.charset.ModifiedUtf8.encode(ModifiedUtf8.java:119) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at java.io.DataOutputStream.writeUTF(DataOutputStream.java:197) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.filecache.FileCacheRequest.writeHeaders(FileCacheRequest.java: 128) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.filecache.FileCacheRequest.getBody(FileCacheRequest.java: 152) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.filecache.FileResponseCache $UnabortableCacheRequest.getBody(FileResponseCache.java:639) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.AbstractHttpInputStream.<init>(AbstractHttpInputStream.java: 46) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.FixedLengthInputStream.<init>(FixedLengthInputStream.java: 32) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getTransferStream(HttpURLConnectionImpl.java: 569) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.initContentStream(HttpURLConnectionImpl.java: 543) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getFromNetwork(HttpURLConnectionImpl.java: 1094) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.retrieveResponse(HttpURLConnectionImpl.java: 1041) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java: 523) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.imageloader.BitmapContentHandler.getContent(BitmapContentHandler.java: 39) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.imageloader.BitmapContentHandler.getContent(BitmapContentHandler.java: 1) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.filecache.FileResponseCache $FileResponseCacheContentHandler.getContent(FileResponseCache.java: 542) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at java.net.ContentHandler.getContent(ContentHandler.java:59) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.imageloader.ImageLoader $ImageTask.execute(ImageLoader.java:864) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at com.google.android.imageloader.ImageLoader $TaskHandler.handleMessage(ImageLoader.java:958) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at android.os.Handler.dispatchMessage(Handler.java:99) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at android.os.Looper.loop(Looper.java:132) 06-07 11:49:22.180: ERROR/ImageLoader(3809): at android.os.HandlerThread.run(HandlerThread.java:60) On Jun 7, 7:38 am, Chris <crehb...@gmail.com> wrote: > On a side note, I've been wondering if there's source jars available for > (opened versions of) the framework SDK for debugging? From what I gather I > have to sync up a complete git repository of code completely unrelated to > the developer's framework for a given version of Android so I can debug > through highest-level android.* code. > > Seriously, it should be as easy as clicking an option in the AVD manager > when installing packages. What would it be, like 10 megs at worst? An > extra ant/Maven target when cutting official builds of the SDK? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en