Monday, August 15, 2016

CentOS 7 Android studio setup



Let us know install studio by downloading the ide file from Android site and unzipping the same.
[root@li1260-39 tmp]# unzip android-studio-ide-141.2343393-linux.zip
Move android-studio directory to /opt directory
[root@li1260-39 tmp]# mv /tmp/android-studio/ /opt/
You can create a simlink to the studio executable to quickly start it whenever you need it.
[root@li1260-39 tmp]# ln -s /opt/android-studio/bin/studio.sh /usr/local/bin/android-studio
Now launch the studio from a terminal: ./studio.sh

From the IDE config the centos desktop icon

 Issues:

1. Unable to run mksdcard SDK tool CentOS


Solution for 64 bit:

yum install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686 libX11-devel.i686 libXrender.i686 libXrandr.i686

2. KVM



No comments:

Post a Comment