I tried running "make sdk" and I get the following error: Docs droiddoc: out/target/common/docs/dx javadoc: error - In doclet class DroidDoc, method start has thrown an exception java.lang.reflect.InvocationTargetException com.sun.tools.javac.code.Symbol$CompletionFailure: class file for sun.util.resources.OpenListResourceBundle not found 1 error make: *** [out/target/common/docs/dx-timestamp] Error 45
Anyone have any ideas? Also, I can't find "combobox" or "lunch". Can someone help me with those? thanks, -senthil On Jul 17, 11:08 am, Mike Lissner <[email protected]> wrote: > OK, I got the emulator to start up, so that's major progress. > > In the end, I just ran: > make sdk > out/host/linux-x86/bin/emulator > > Trying to solve this though, I did run the "lunch 1" option as well at > one point. Not sure if that had any effect. > > My only problem now is that the compiling took about an hour though, > which is a bit frustrating in terms of iterating changes to code. > > I'll post a new question on this subject momentarily. > > Thanks for all the help. It's great to finally SEE the code running. > Strange that's so hard to figure out though. Between make, make sdk, > envsetup.sh, choosecombo, lunch 1, and out/host/linux-x86/bin/ > emulator, it's a lot to guess at. > > On Jul 16, 6:45 pm, André Oriani <[email protected]> wrote: > > > cd <android_dir> > > . build/envsetup.sh > > choosecombo > > <press enter to answer all questions > > out/host/linux/bin/emulator & > > > I guess you can cut the choosecombo and emulator command by callng > > "lunch 1 "but i am not sure > > > On Jul 16, 7:37 pm, Mike Lissner <[email protected]> wrote: > > > > OK, and from there, is there an easy way to start the emulator? Sorry > > > if I'm asking dumb questions, I've looked all over for this info, and > > > building from source is not my strong point. > > > > On Jul 16, 3:31 pm, Fred Grott <[email protected]> wrote: > > > > > Mike to build emulator type: > > > > > make sdk > > > > > Its not obvious in some of the docs.. > > > > > Fred Grotthttp://mobilebytes.wordpress.com > > > > > On Thu, Jul 16, 2009 at 5:21 PM, Mike Lissner <[email protected]> > > > > wrote: > > > > > > Hi, I'm trying to do some work on the location framework, but I can't > > > > > figure out how to install and view my changes. > > > > > > I've tried looking this up, but I get the impression I don't know the > > > > > right terminology. > > > > > > Essentially, what I'd like to do is this: > > > > > 1. Download the donut source > > > > > 2. make changes to it > > > > > 3. Run those changes in the emulator to test them out > > > > > 4. Once the changes are proven to be good, run them in my dev phone > > > > > > So far, I've gotten through downloading and making the android code, > > > > > but I can't figure out where to go from there. Can somebody give me > > > > > some advice as to how to get steps 3 and 4 working? > > > > > > Thanks, > > > > > > Mike > > > > > > PS - I posted this on the android- beginners list, but was redirected > > > > > here. The original post was: > > > > > >http://groups.google.com/group/android-beginners/browse_thread/thread... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
