[android-developers] Re: Java source code for SDK API 11 12

2011-06-07 Thread Tomas Prochazka
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

Re: [android-developers] Re: Java source code for SDK API 11 12

2011-06-07 Thread Kostya Vasilyev
Chris, You don't need to sync up the entire repo just to get the framework sources. The base framework is here: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=summary Using the web interface, you can use the tags / branches sections to browse to the version you need, then

[android-developers] Re: Java source code for SDK API 11 12

2011-06-07 Thread Tomas Prochazka
Yes and also exists plugin which can provide source code of framework automatically http://code.google.com/p/adt-addons/ (only to API level 9 for now) On Jun 7, 11:00 am, Kostya Vasilyev kmans...@gmail.com wrote: Chris, You don't need to sync up the entire repo just to get the framework

Re: [android-developers] Re: Java source code for SDK API 11 12

2011-06-07 Thread Kostya Vasilyev
Yep, that a nice one, but it only has a limited selection of versions, and I occasionally need the sources for debugging on the device. 2011/6/7 Tomas Prochazka tomas.procha...@gmail.com Yes and also exists plugin which can provide source code of framework automatically

[android-developers] Re: Java source code for SDK API 11 12

2011-06-07 Thread Chris
Thanks, this is exactly what I was looking for. Cheers, - C -- 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] Re: Java source code for SDK API 11 12

2011-06-06 Thread Tomas Prochazka
SDK for Android 3.0 and 3.1 with API level 11 and 12 is public available! Only source code for java classes used in framework (11 and 12) not. And in this see problem. On Jun 6, 5:43 pm, Prakash Iyer thei...@gmail.com wrote: Really? I'd love to see the code open sourced as well but I am not sure

[android-developers] Re: Java source code for SDK API 11 12

2011-06-06 Thread Tomas Prochazka
And I don't wrote anything about that I need this source code for compile my application. I only wrote that I need them to trace debug framework classes to better understand how it works, if Javadoc is not enough to help me. On Jun 6, 5:43 pm, Prakash Iyer thei...@gmail.com wrote: Really? I'd

Re: [android-developers] Re: Java source code for SDK API 11 12

2011-06-06 Thread Dianne Hackborn
If you have a question about something, you can ask it here. Yes it is nice to have the source code, and it will eventually be available, but it's not like developers have the source to iOS, Windows, Mac OS, or most other platforms they develop for. On Mon, Jun 6, 2011 at 8:53 AM, Tomas

[android-developers] Re: Java source code for SDK API 11 12

2011-06-06 Thread Tomas Prochazka
OK. Btw. This is reason why I programming only in Java and now Android because framework classes are (was) available. On Jun 6, 6:06 pm, Dianne Hackborn hack...@android.com wrote: If you have a question about something, you can ask it here.  Yes it is nice to have the source code, and it will

Re: [android-developers] Re: Java source code for SDK API 11 12

2011-06-06 Thread Chi Kit Leung
I think there is only a delay on releasing the source of Android 3.0 and 3.1. I guess they will release the code later. On Tue, Jun 7, 2011 at 5:56 AM, Tomas Prochazka tomas.procha...@gmail.comwrote: OK. Btw. This is reason why I programming only in Java and now Android because framework

Re: [android-developers] Re: Java source code for SDK API 11 12

2011-06-06 Thread Chris
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