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)
我看到这篇文章如何为Android应用程序设置IntelliJ IDEA?它看起来很棒,除了我在我的机器上找不到JDK(MacBook Pro)
I know I have java installed, from the command line I get this:
我知道我安装了java,从命令行我得到这个:
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?
但我已经尝试了一段时间,我在机器上看不到任何jdks ......有什么建议吗?
1 个解决方案
#1
1
Please refer to the JDK Configuration question I've replied earlier.
请参阅我之前回复的JDK配置问题。
See also another question related to setting up Android support in IDEA.
另请参阅与在IDEA中设置Android支持相关的另一个问题。
#1
1
Please refer to the JDK Configuration question I've replied earlier.
请参阅我之前回复的JDK配置问题。
See also another question related to setting up Android support in IDEA.
另请参阅与在IDEA中设置Android支持相关的另一个问题。