开发者

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

开发者 https://www.devze.com 2023-02-18 06:22 出处:网络
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 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 开发者_JAVA百科any jdks on my machine... Any suggestions?


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消