hi Go through the file development/tools/eclipse/ README_WINDOWS.txt
2- To build a Windows SDK, you need two steps: a- First you need to create a Linux SDK: Under Linux: $ cd your-device-directory $ make sdk Note: if you get an error when building the javadoc, make sure you use a Java SDK 1.5 Note: if you get an error when building layoutlib, make sure you use a Java SDK 1.5.0-b13. b- Once you have a Linux SDK, you can create a Windows SDK: You need a Windows machine with XP or Vista and Cygwin. - Installer at http://sources.redhat.com/cygwin/ - Set Default Text File Type to DOS/text, not Unix/binary. - Select packages autoconf, gcc, g++, bison, python, zip, unzip, mingw- zlib - Suggested extra packages: emacs, wget, openssh, rsync Then under Cygwin: $ cd your-device-directory $ tools/buildbot/_make_windows_sdk.sh path-to-the-linux-sdk.zip destination-directory On Jan 19, 5:19 pm, Malapati Raghavendra <[email protected]> wrote: > Hi , > > I am also downloaded new cup cake version and able to build. > > I would like to know the process of making sdk. you said u used 'make sdk' > in order to build an android .jar. > > May i know the procedure for "Make SDK" please. I really badly wanted this > procedure. > > Please let me know... > > Regards, > Raghu > > On Mon, Jan 19, 2009 at 4:18 PM, GnuHash <[email protected]> wrote: > > > hi > > I am trying to use the new AudioRecord.java provided by cupcake. > > > I installed and built cupcake.Then I did a 'make sdk' in order to > > get android.jar . > > > But the android.jar generated doesn't contain AudioRecord.java > > class! > > > AudioRecord.java source is present in frameworks/base/media/java/ > > android/media/ folder. But somehow this doesn't get included when I do > > a 'make sdk'. > > > Is there anything else that I need to do to be able to use the > > AudioRecord.java? Please help. > > > regards > > gnuHash > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
