This post show how to Download and install Android Studio 3.0 Canary 1 on 64-bit Ubuntu 17.04, over Windows 10/Oracle VirtualBox,
Firstly,
Install Ubuntu 17.04 on Windows 10/Oracle VirtualBox .
Before install Android Studio on 64-bit Ubuntu 17.04, install 32-bit libraries:
$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386
(details refer to
Fix "Unable to run mksdcard SDK tool" when install Android Studio on Linux )
Download Android Studio 3.0 Canary, visit
http://ift.tt/2nF4sIm
Unpack the ZIP file, to any directory you want.
Open a terminal, navigate into <android-studio>/bin/ and execute studio.sh
This video show how:
VIDEO
Bagikan Berita Ini
Related Posts : Monitor memory related events with onTrimMemory(), and simulate memory low in Android Emulator using adb Android can reclaim memory from your app or kill your app entirely if necessary to free up memory fo… Read More... Android Studio tips: improve build by setting org.gradle.jvmargs in Gradle script Dex In Process (introduced from Android 2.1) is a feature that can improve build times, as well as I… Read More... Made by Google 2018 Find out what we've been up to this year. Pixel 3 XL phones, an update to Chromecast, new Android Wa… Read More... Android Studio 3.2, new APIs for ARCore, what’s new in Kubernetes 1.12, & more! Android Studio 3.2, new APIs for ARCore, what’s new in Kubernetes 1.12, & more!
… Read More... How to build for Android Pie (Go Edition) This video, by Android Developers, describe how to build for Android Pie (Go Edition) and grow your … Read More...
0 Response to "Download and install Android Studio 3.0 Canary 1 on Ubuntu 17.04"
Post a Comment