DDMS on Snow Leopard

18 Sep

So a new Android SDK came out a couple days ago. I tried opening up a trace file, but traceview complained that the swt version was not 64-bit compatible. I Googled around for a bit and found a semi-convoluted solution that worked for the 1.5 SDK. Here’s my simplified solution for 1.6.

Download and upzip the file below into “/tools/lib/” in your 1.6 SDK folder. That should do it.

SWT Fix (461)

4 Responses to “DDMS on Snow Leopard”

  1. jeff 22. Oct, 2009 at 7:20 pm #

    didn’t work for me. DDMS starts, and exits with no error or output whatsoever. this is on OSX 10.5, not 10.6.

  2. Michael Pardo 22. Oct, 2009 at 9:27 pm #

    Jeff: This is a fix specifically for 64-bit Snow Leopard (10.6). There are, however, fixes out there for 10.5.

  3. Andre Santos 15. Mar, 2010 at 3:03 pm #

    Worked! Thanks :)

Trackbacks and Pingbacks

  1. Beginning Android development | jonathan stegall: creative tension - 27. Oct, 2009

    [...] Install said SDK. On Snow Leopard, and maybe on other 64-bit operating systems, there is a necessary fix to prevent errors, making the swt 64-bit compatible. [...]

Leave a Reply