How to install Android Studio in Ubuntu 14.04.1 LTS


Author: Kumarjit Debnath
153153 View
7m 26s Lenght
556 Rating


This video will guide you, how to install Android Studio on Ubuntu 14.04.1 LTS. To download the latest Android Studio for linux platform, Visit the link http://developer.android.com/sdk/index.html#top At the bottom of the page you will find the zip file named: android-studio-ide-135.1641136-linux.zip The commands to install through terminal are: cd /home/USER NAME/android-studio/bin/ (user name is login user) sudo chmod 777 -R studio.sh after pressing enter, you will be prompt for root password, after entering password, hit enter and then type the below command and hit enter ./studio.sh to see how to install Oracle Java JDK on ubuntu, check this link http://youtu.be/Yz2l-4GDpZE


Comments

  1. thanks it working good for me :D
  2. How to add desktop icon...?
  3. Thank you for this video dude !!!
  4. what is sudo password for my desktop
  5. Thank you
    Explanation of the most excellent
    I have a question
    ?Can I edit Roms it too
    ?Or This need other tools
  6. thank you
  7. Unsupported Java Version: Cannot start under Java 1.7.0_95-b00: Java 1.8 or later is required. Sir what can i do??
  8. It works!! :D
  9. When downloading components I'm getting "Read timed out", can anyone help me
  10. It require a pass word

    [sudo] password for sibabalwe:
    Sorry, try again.
    [sudo] password for sibabalwe:

    What do I do?
  11. this video is very helpful for me
  12. thanks mate it worked
  13. After the installation I forgot to create a destop entry
    Please help me to open android studio again
    Thanks alot!
  14. nice work mate <3 but you should have done it all in terminal only , cheers!!!! anyways :D
  15. Thanks you made it very simple works perfectly (Y)
  16. Nice tutor..thanks.
  17. Thank u
  18. Would like to add that if you are using a 64 bit version of Ubuntu then you will have to download some of the 32 bit libraries, and you can do so by typing the following command in the terminal before staring this process.
    sudo apt-get install lib32z1 lib32ncurses5 libbz2-1.0:i386 lib32stdc++6
  19. You're a lifesaver, Kumarjit. Thanks very much!
  20. I get this error when trying to emulate a phone

    ""Cannot launch AVD in emulator.
    Output:
    sh: 1: glxinfo: not found
    libGL error: unable to load driver: nouveau_dri.so
    libGL error: driver pointer missing
    libGL error: failed to load driver: nouveau
    libGL error: unable to load driver: swrast_dri.so
    libGL error: failed to load driver: swrast
    X Error of failed request:  BadValue (integer parameter out of range for operation)
      Major opcode of failed request:  155 (GLX)
      Minor opcode of failed request:  24 (X_GLXCreateNewContext)
      Value in failed request:  0x0
      Serial number of failed request:  33
      Current serial number in output stream:  34
    QObject::~QObject: Timers cannot be stopped from another thread
    emulator: WARNING: VM heap size set below hardware specified minimum of 228MB
    emulator: WARNING: Setting VM heap size to 384MB""