Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Simple Android App (2014) Getting Started with Android Setting Up an Android Development Environment for Windows

how to install android studio and Java on linux ubuntu 12.04

do you have instructions for setting up android studio and java on linux ubuntu 12.04?

2 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

Sorry for the delay! I'm working on that as well. You need to install the Java JDK and then Android Studio.

I installed Java using sudo apt-get install openjdk-7-jdk in Terminal. (Do that first so that Android Studio can detect and use the Java installation.) Then I unzipped Android Studio and ran ./studio.sh from the bin directory. I added the Linux download links for Android Studio to Teacher's Notes on both the Mac and Windows pages, or grab it from http://developer.android.com/sdk

Hope this helps. I'll get a video up as soon as possible, but it may be a little while to get it recorded and produced.

Ben Jakuben
Ben Jakuben
Treehouse Teacher

I updated the Teacher's Notes with instructions on how to use the official Java SDK from Oracle, and I repackaged Android Studio with the SDK and AVD you need for this course. Hope you are able to get it working!

thanks so much - this worked great on my Lubuntu!