[android-developers] Re: Creating Android.Jar File

2009-03-20 Thread AndRaj
Hi Kenny, But this also will generate the default android.jar file what we can get from the Android SDK. My problem is when you make the android.jar from the source code will it make the SDK from all the available APIs in the source code.. For example, The Iwindow manager interface is not

[android-developers] Re: Creating Android.Jar File

2009-03-20 Thread Kenny
http://groups.google.com/group/android-developers/browse_thread/thread/0f9c17b789e2e602# may be your question answered. But I suggest to put the class file to the android.jar with JAR tool manually. I feel it feasible, haven't tried. Kenny On Mar 20, 7:42 pm, AndRaj rajendran.b...@gmail.com

[android-developers] Re: Creating Android.Jar File

2009-03-20 Thread Dianne Hackborn
You are posting on android-developers, so the answer is simple: DO NOT USE PRIVATE APIS. If you have code that needs to use private APIs, I strongly suggest you have it build as part of the regular platform build system, because what you are creating is code that is tied to the particular version

[android-developers] Re: Creating Android.Jar File

2009-03-19 Thread Kenny
from device directory, make sdk will generate android.jar to ./out/ host/linux-x86/sdk/android-sdk_eng.user_linux-x86/... Kenny On Mar 18, 9:55 pm, Rajendrakumar C rajendran.b...@gmail.com wrote: Hi all, I downloaded the android source code.. Can any one tell me how to make our own jar