In case anyone else is having this problem, I seem to have fixed it by
going to "Window>Preferences>Android>Usage Stats" and just check the
box on that screen. No other issues so far.

On May 1, 11:56 pm, Frank Duerr <frank.d.d...@googlemail.com> wrote:
> As inkspotch pointed out, the SWT version included in SDK 1.5 seems to
> be 32 bit only causing problems on 64 bit systems. If you do not want
> to install a separate 32 bit Java environment (ia32-sun-java6), you
> can simply replace the SWT included in the SDK:
>
> 1. Get a 64 bit version of SWT. On Debian you find them in the package
> libswt-gtk-java:
>
>   aptitude install libswt-gtk-java
>
> 2. Replace the 32 bit SWT by the 64 bit version by replacing the files
> libswt-atk-gtk-3236.so, libswt-cairo-gtk-3236.so, libswt-gtk-3236.so,
> libswt-pi-gtk-3236.so, and swt.jar in the SDK's folder tools/lib --
> you might want to backup these files first ;-) On Debian you can find
> the 64 bit files in the folders and /usr/lib/jni/ and /usr/lib/java:
>
>   cp /usr/lib/jni/libswt-atk-gtk-3236.so /usr/lib/jni/libswt-cairo-
> gtk-3236.so /usr/lib/jni/libswt-pi-gtk-3236.so /usr/lib/jni/libswt-
> gtk-3236.so SDKDIR/tools/lib/
>
>   cp /usr/lib/java/swt.jar SDKDIR/tools/lib/
>
> HTH.
>
> Best regards, Frank

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

Reply via email to