I'm wondering if anyone can help me out. I'm new to android development. I'm trying to set up the eclipse environment, and I'm trying to build the standard android email program. Everything seems to work fine until the build gets to 100%, at which point eclipse starts pegging the cpu, the window becomes unresponsive, and according to top, eclipse starts growing in memory. Eventually after 10 minutes of unresponsiveness it stops spinning, an out of memory exception dialog pops up, and in the console at the bottom, I get this error:
[2008-11-19 01:04:52 - Dex Loader] Unable to execute dex: null [2008-11-19 01:04:52 - mail] Conversion to Dalvik format failed: Unable to execute dex: null I'm running Eclipse 3.4 on Ubuntu 8.10 with the Sun JDK 6 packages installed. Eclipse is configured to use the java-6-sun-1.6.0.10 JRE. The Android SDK is installed and the plugin has been pointed to it. By the time it dies, eclipse is using over a gig and a half of memory. What am I doing wrong here? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

