I have a problem with running "adt-bundle-windows-x86_64-20131030" software on my laptop. I have a 32bit version of windows 7 and of course 32bit version of jre. When I want to run eclipse under that program, it fails with message:
"The version of this file is not compatible with the version of windows you're running. Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher."
Why this is happening? (In the download page of that software it said that can be used in both 32bit and 64bit environment!).
That package name contains x86_64 which points out that this is a x64 build and not a x86 as the name could been interpreted as.
From Wikipedia:
x86-64 (also known as x64, x86_64 andAMD64) is the 64-bit version of the x86instruction set.
You can download the latest version of the adt plugin from the Android homepage:
http://developer.android.com/sdk/index.html
Here is the link for 32bit version of adt-bundle-windows 7. [http://developer.android.com/sdk/index.html]
Related
I have a problem with Android Studio.
Error:CreateProcess error=216, This version of %1 is not compatible
with the version of Windows you're running. Check your computer's
system information to see whether you need a x86 (32-bit) or x64
(64-bit) version of the program, and then contact the software
publisher
Error:CreateProcess error=216, This version of %1 is not compatible
with the version of Windows you're running. Check your computer's
system information to see whether you need a x86 (32-bit) or x64
(64-bit) version of the program, and then contact the software
publisher
It's because you are running a 32-bit version android studio application on a 64-bit machine. Try to run studio64.exe (which is inside bin folder of android studio).
I would like to install eclipse + ADT on Windows 8.
The system requirements on Android Website do not list Windows 8 as supported OS. Is it possible to do so?
Also, I see this Error.
Thanks
I'm not sure if you mean would you be able to install ADT + eclipse on Windows 8 ?? but according to the system requirements mentioned on Android Website it stops at Windows 7. I do not see a problem however with the installation. It should work. Just make sure you have the correct/updated JVM.
Operating Systems
Windows XP (32-bit), Vista (32- or 64-bit), or Windows 7 (32- or 64-bit)
Mac OS X 10.5.8 or later (x86 only)
Linux (tested on Ubuntu Linux, Lucid Lynx)
GNU C Library (glibc) 2.7 or later is required.
On Ubuntu Linux, version 8.04 or later is required.
64-bit distributions must be capable of running 32-bit applications.
You have Java Problems. I think its related to 32 & 64 bit. See here for a possible duplicate:
Failed to load the JNI shared Library (JDK)
I downloaded the ADT Bundle from the android developers website, and I choosed the 64 bits version. When I tried running eclipse, it didn't work and I got the error eclipse.exe is not a valid Win32 application.
I am running a 64 bits Windows XP machine. I checked it by ruuning dxdiag.exe :
I don't understand why it is not working. Any idea ?
What i can see from your system information, your window xp is 32bit Operating System.
X86 represents 32-bit OS for Window XP.
Now you can do 2 things
First - Download ADT Bundle for 32-Bit.
Second - Download Eclipse Only for 32-Bit and set the path of downloaded android SDK into Eclipse.
I am having trouble installing the Android SDK, specifically with Eclipse. Every time i try to open it, I get this error message:
That file exists in that path, and i have no idea why it cant be opened.
Working pairings of OS, JDK and Eclipse Android SDK:
32-bit OS - 32-bit JDK - 32-bit Eclipse -32 bit android sdk (32-bit only)
64-bit OS - 32-bit JDK - 32-bit Eclipse -32 bit android sdk
64-bit OS - 64-bit JDK - 64bit Eclipse - 64 bit android sdk(64-bit only)
First, make sure that you're version of Eclipse and JDK match, either both 64-bit or both 32-bit.
Second, the -vm argument in eclipse.ini should point to the java executable. See
http://wiki.eclipse.org/Eclipse.ini for examples.
I downloaded Android Developer Tools Bundle for Mac from here. The System Requirements section says it needs "Mac OS X 10.5.8 or later (x86 only)". I tried to start Eclipse.app in adt-bundle-mac-x86_64/eclipse, but I got the following error message:
You can't open the application Eclipse.app because it is not supported
on this type of Mac.
I have a Macbook with 32-bit Intel Core Duo CPU and Mac OS X 10.6.8 and JRE 1.6.0_39. Why can't I start Eclipse from the ADT bundle? If I install Eclipse Classic 4.2.1 32-bit from here, it works.
http://developer.android.com/sdk/index.html#download
Go there and make sure you choose 32 bit for the download. That should resolve your issue.
This:
I have a Macbook with 32-bit
and this:
I tried to start Eclipse.app in adt-bundle-mac-x86_64/eclipse
do not line up. It would appear that you are trying to use a 64-bit Eclipse on a 32-bit environment, based on your description.
There does not appear to be a 32-bit OS X version of the ADT bundle, so you may need to install the SDK Tools and Eclipse separately rather than use the bundle.