I tried to use traceview on a computer with a 64bit processor, the
error I get is "architecture word width mismatch":

android-sdk-linux_x86-1.5_r2/tools/lib/libswt-pi-gtk-3236.so: /home/
christine/java/android-sdk-linux_x86-1.5_r2/tools/lib/libswt-pi-
gtk-3236.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture
word width mismatch)
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
        at java.lang.Runtime.loadLibrary0(Runtime.java:840)
        at java.lang.System.loadLibrary(System.java:1047)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
        at org.eclipse.swt.widgets.Display.<clinit>(Display.java:126)
        at org.eclipse.swt.widgets.Widget.isValidSubclass(Widget.java:867)
        at org.eclipse.swt.widgets.Decorations.checkSubclass(Decorations.java:
162)
        at org.eclipse.swt.widgets.Shell.<init>(Shell.java:248)
        at org.eclipse.swt.widgets.Shell.<init>(Shell.java:338)
        at org.eclipse.jface.window.Window.createShell(Window.java:482)
        at org.eclipse.jface.window.Window.create(Window.java:425)
        at org.eclipse.jface.window.Window.open(Window.java:785)
        at com.android.traceview.MainWindow.run(MainWindow.java:58)
        at com.android.traceview.MainWindow.main(MainWindow.java:190)

I do use the 64bit version of Eclipse for development, I know SWT
works on my computer. What do I need to do to make traceview work on
my computer?
For now, I copy the trace files to my laptop, which has a 32 bits
architecture.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to