WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Do I have requirements for android studio?  (Read 2481 times)

Offline AsocialSurvival

  • Newbie
  • *
  • Posts: 9
Do I have requirements for android studio?
« on: July 24, 2018, 11:01:09 AM »
I have hardware requirements, but i am worried about software/os requirements. Does x64 linux support running 32bit or x86 apps? They say requirements:

Linux

    GNOME or KDE desktop
    Tested on UbuntuĀ® 14.04 LTS, Trusty Tahr (64-bit distribution capable of running 32-bit applications)
    64-bit distribution capable of running 32-bit applications
    GNU C Library (glibc) 2.19 or later
    3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator
    2 GB of available disk space minimum,
    4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)
    1280 x 800 minimum screen resolution

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Do I have requirements for android studio?
« Reply #1 on: July 24, 2018, 11:17:44 AM »
Running 32-bit apps on a 64-bit OS requires compatibility libraries. A pure 64-bit OS like CorePure64 does not support 32-bit apps because there are no compatibility libraries complied for it.

Offline AsocialSurvival

  • Newbie
  • *
  • Posts: 9
Re: Do I have requirements for android studio?
« Reply #2 on: July 24, 2018, 05:16:57 PM »
So short answer is "no"? And you mean "compiled" (not "complied")? I should use another Linux?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Do I have requirements for android studio?
« Reply #3 on: July 24, 2018, 06:16:21 PM »
Hi AsocialSurvival
Maybe  core64  is what you are looking for? See here:
http://forum.tinycorelinux.net/index.php/topic,21394.msg133857.html#msg133857

Offline andyj

  • Hero Member
  • *****
  • Posts: 1020
Re: Do I have requirements for android studio?
« Reply #4 on: July 24, 2018, 06:25:19 PM »
If you want to run both 32-bit and 64-bit apps, then yes, you will need a different Linux distribution. Be advised that other distributions may have support available for 32-bit apps with the 64-bit base system, but it may not be installed by default. Slackware for one falls into this category.