Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i set up IntelliJ IDEA for android applications on a MAC

I see this post How do I set up IntelliJ IDEA for Android applications? and it looks great, except I can't find the JDK on my machine (MacBook Pro)

I know I have java installed, from the command line I get this:

TheThing:android bryce$ javac -version
javac 1.6.0_15
TheThing:android bryce$ which javac
/usr/bin/javac

But I've tried for a while and I can't see any jdks on my machine... Any suggestions?

like image 255
b-ryce Avatar asked Mar 18 '11 22:03

b-ryce


1 Answers

Please refer to the JDK Configuration question I've replied earlier.

See also another question related to setting up Android support in IDEA.

like image 146
CrazyCoder Avatar answered Oct 20 '22 23:10

CrazyCoder