Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

32bit or 64bit Android SDK on Windows 64bit OS? [closed]

Tags:

Installing a dev machine for Android development. 64bit Win7, soon will upgrade to Win8, 16GB RAM. Now the selection at the android download:

64bit or 32bit Android SDK? 

What should Duffman do? Seems most poeple here go for the 64bit version, but are there arguments for/against? Hasslefree installation?

EDIT

This question was posted because I wanted to setup JetBrains IntelliJ together with the SDK. Reason was that I did not like Eclipse in the past. So when I reached the 32/64 question while downloading I was not sure and did research. The result was that there were many troubles dependent on the 32/64bit-version. In the end I gave the current Eclipse/ADT version a try and got it running quickly. I got great support from a Jetbrains guy, but finally did not follow that route, since the Eclipse toolset just worked.

EDIT 29.7.2013

64bit Version Eclipse works just fine

like image 385
citykid Avatar asked Jan 21 '13 23:01

citykid


People also ask

Is 32-bit instead of 64-bit android?

Android devices, much like desktop computers and laptops, are either 32-bit or 64-bit devices. This architecture is determined by the hardware specifically the CPU used on the device and there is no changing it.

Can Android Studio run on 32-bit Windows?

OS & Hardware Microsoft® Windows® 7/8/10 (32- or 64-bit)The Android Emulator only supports 64-bit Windows (learn more).

How can I tell if APK is 32 or 64-bit?

APK is ZIP. You can open it and check directory lib to see which architectures are supported. If there is no directory lib , it supports all architectures. 64-bit Android is backwards compatible and can run 32-bit applications.

How can I change my android from 32-bit to 64-bit?

If your processor is a 64 bit processor you can install a 64 bit operating system, if your processor is a 32 bit processor you can replace it with a processor of 64 bit and then install a 64 bit operating system.


1 Answers

You should install using the ADT Bundle (there is a 64 bit version). This is super simplified, and is new with the ADT 21 release.

Find it here: http://developer.android.com/sdk/index.html

Everything you need is included in the bundle, which makes things very easy.

Bottom line, use 64 bit, and use the ADT Bundle, and this should be hassle free and will result in a standard installation.

like image 103
Booger Avatar answered Sep 17 '22 19:09

Booger