DS-5 CE installed fine on my 32-bit box running Ubuntu 11.04, but gives me the same error if I try on a 64-bit CentOS box. Both are running the same Indigo version of Eclispe, so I'm wagering it's choking on the 64-bit thing. I'll try later tonight on my 64-bit Ubuntu 11.10 box...
Interesting. I tried the 32-bit version of Eclipse but it failed to start. The 64-bit JVM was insisting on trying to load 64-bit native libraries even in 32-bit mode, so I just gave up. That's when I went over to Mac to try the two versions.If 64-bit Linux is indeed the issue, is there any ETA on support? Or OS X support?
Running Helios on Win 7. The OS is 64 bit but I can't recall if the Eclipse is.
That is the same answer I got. "DS-5 CE is for Windows & Linux. Also, DS-5 CE is compatible only with Eclipse 3.7(32 bit)."Also, it appears that there are plans for a Mac version but nothing is firm yet.Did you try installing the ia32-libs on your 64-bit Linux install? That is usually required for any Android SDK work. I'll give it a try on my Linux install later this evening.
I native 64-bit plug-in would be appreciated.
Yes, I have an entire 32-bit dev environment set up on that machine, including ia32-libs, most of the 32-bit dev packages, and gcc multilib. The libraries are there, the JVM just insists on using libraries from /usr/lib instead of /usr/lib32.I native 64-bit plug-in would be appreciated.
JAVA_HOME=/opt/java/jdk1.7.0_01 PATH=/opt/java/jdk1.7.0_01/bin:$PATH ./eclipse