[android-developers] Re: how to build android.jar?

2010-11-22 Thread Hal
In very general terms, you can try the following: - use jar or ant to create the jar file jar destfile=${lib.home}/android.jar basedir=${build.home}/classes/ - This jar file needs to be part of your Eclipse/android project. This works in general. On Nov 21, 8:15 pm, Shuo

[android-developers] Re: How to build Android.jar from the source code

2009-01-15 Thread Andrew Stadler
Although there is a long-term goal to move in that direction, not all of the platform applications can be built in the SDK. Sorry Andy On Wed, Jan 14, 2009 at 8:48 PM, Android malapati.raghaven...@gmail.com wrote: hi all , Thanks for your help and valuable comments. here one quick

[android-developers] Re: How to build Android.jar from the source code

2009-01-14 Thread Dianne Hackborn
You should use the official SDK for app development. On Tue, Jan 13, 2009 at 8:21 PM, Android malapati.raghaven...@gmail.comwrote: Hi, I am new to the Android development. I just started to work on SMS/MMS application . I downloaded the Android source code from the Google website also did

[android-developers] Re: How to build Android.jar from the source code

2009-01-14 Thread Android
hi all , Thanks for your help and valuable comments. here one quick question... I taken the MMS application which is availble in the source code. I created an android project for that source code in my eclipse.which uses the new SDK (android-sdk-windows-1.0_r2). MMS application uses some of

[android-developers] Re: How to build Android.jar from the source code

2009-01-14 Thread Dianne Hackborn
Hi, discussion about working on the platform should be on android-platform; thanks. On Wed, Jan 14, 2009 at 8:48 PM, Android malapati.raghaven...@gmail.comwrote: hi all , Thanks for your help and valuable comments. here one quick question... I taken the MMS application which is availble in