What are you trying to debug? an android application built with the SDK or the ddms plugin?
Xav On Fri, Dec 5, 2008 at 7:31 PM, Anonymous Anonymous <[EMAIL PROTECTED]> wrote: > Hi Xav, > > Sorry for the confusion let me explain once again. > > 1.using repo get full source > 2.Add project in Eclipse say "Myandroid" > 2.Now add the ddms plugin as we discussed earlier. > (i have copied 3 jar files to /libs folder to resolve errors in eclipse) > > Now am thinking to attach ( mission debug) as per the document > (http://source.android.com/using-eclipse) > 1. Lauch ddms.... (/out/host/linux-x86/bin) is this not correct? > *throws exception > > *or is there any other way i can debug !! > > thanks > steve > > > > > > On Sat, Dec 6, 2008 at 8:53 AM, Xavier Ducrohet <[EMAIL PROTECTED]> wrote: >> >> I'm a bit confused here. After making the ddms _plugin_ compile in >> Eclipse, you are launching the standalone version from the sdk... >> >> >> On Fri, Dec 5, 2008 at 7:10 PM, Anonymous Anonymous >> <[EMAIL PROTECTED]> wrote: >> > Hi guys, >> > >> > Now no erros :) >> > >> > btw now ddms fails to load... :( >> > >> > i have created com.android.ide. >> >> >> >> eclipse.ddms/libs/ folder and copied the required *.jar files from >> >> /out/host/linux-x86/framework/ .. >> >> You probably shouldn't have copied them. btw we fixed the scripts so >> running them will do the proper thing (ie make symlinks so that if you >> modify them, Eclipse will build the plugin with the newer version). >> >> > 2. now goto >> > /out/host/linux-x86/bin >> > and ran ./ddms >> > >> > gettign the below exception ! am i missing something again ... >> > >> > >> > --------------------------------------------------------------------------------------------------------------------- >> > (ddms:12939): Gdk-WARNING **: gdk_window_set_icon_list: icons too large >> > 45:45 E/ddms: shutting down due to uncaught exception >> > 45:45 E/ddms: java.awt.AWTError: Assistive Technology not found: >> > org.GNOME.Accessibility.JavaBridge >> > at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:788) >> >> This is quite surprising. >> In prebuilt/Linux/swt there is the Linux version of SWT. we >> selectively take some of those files during the build and put them in >> out/host/Linux/lib (for the native libs) and out/host/Linux/framework >> for the jar files. >> You may want to see what native library/jar you are missing by >> experiment. For information SWT comes from here: >> >> http://archive.eclipse.org/eclipse/downloads/drops/R-3.2.2-200702121330/index.php#swt >> >> Xav >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

