Hello folks,

I'm on Windows Vista Business x64, and have trouble running DDMS.bat
from the 1.0 r1 release of the Android SDK. I get the following
Exception:

05:23 E/ddms: shutting down due to uncaught exception
05:23 E/ddms: java.lang.UnsatisfiedLinkError: C:\Users\Chris\Projects
\android-sdk-windows-1.0_r1\tools\lib\swt-win32-3236.dll: Can't load
IA 32-bit .dll on a AMD 64-bit platform
       at java.lang.ClassLoader$NativeLibrary.load(Native Method)
       at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
       at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
       at java.lang.Runtime.loadLibrary0(Runtime.java:823)
       at java.lang.System.loadLibrary(System.java:1030)
       at org.eclipse.swt.internal.Library.loadLibrary(Library.java:
123)
       at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
       at org.eclipse.swt.graphics.FontData.<init>(FontData.java:259)
       at com.android.ddms.PrefsDialog.setDefaults(PrefsDialog.java:
198)
       at com.android.ddms.PrefsDialog.init(PrefsDialog.java:140)
       at com.android.ddms.Main.main(Main.java:74)

Judging from the exception I've noticed two things: It appears this is
x32 only and there isn't anything available for x64, and I'm screwed
until there is an offering for x86. I have two computers which are
both running different versions of Windows Vista x64 and this will
prevent me from using DDMS, and doing any direct debugging on my phone
from my computer.

Is there any chance that an x64 version will be included in the
future, or am I resulted to developing strictly emulator and figuring
out some magical process for uploading applications to my phone (not
that DDMS appears to do this, but I have a feeling it might)?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to