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)
didn’t work for me. DDMS starts, and exits with no error or output whatsoever. this is on OSX 10.5, not 10.6.
Jeff: This is a fix specifically for 64-bit Snow Leopard (10.6). There are, however, fixes out there for 10.5.
Worked! Thanks