Ok, i get it. You will need ro remove all occurrences os "@hide". After that, go to you mydroid dir and type
1) "make api-update" 2) "make" 3) "make sdk" Now your android.jar has the files you want. There is a problem in eclipse plugin, that is not generating the R.java. This is related in http://groups.google.com/group/android-developers/browse_thread/thread/6192b2822bc369df/5bb1743e1688f72a?lnk=gst&q=adt#5bb1743e1688f72a Best Regards Breno On Jan 21, 4:01 pm, Breno <[email protected]> wrote: > Ok, > > but anyone answer your question...i'm having the same > problem...But another question comes now: audio stream, to record > directly from hardware toa buffer, is in that file, isn't it? > > Thanks a lot > > Breno > > On Jan 20, 3:23 am, GnuHash <[email protected]> wrote: > > > hi > > > Go through the file development/tools/eclipse/ README_WINDOWS.txt > > > 2- To build aWindowsSDK, 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 aWindowsSDK: > > > You need aWindowsmachine with XP or Vista and Cygwin. > > - Installer athttp://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 -~----------~----~----~----~------~----~------~--~---
