开发者

Problem Installing Android SDK

开发者 https://www.devze.com 2023-03-01 21:03 出处:网络
I\'m trying to install android SDK but it says that I need to install JDK, but the latest jdk is already installed...

I'm trying to install android SDK but it says that I need to install JDK, but the latest jdk is already installed...

I am running win7 Ultimate if 开发者_如何学Goit is matter... What seems to be the problem ?

thnx


The most common mistake is to believe that the JDK is installed when only the JRE is. Check for the output of javac -version.

Also, you may want to read about setting the PATH and the CLASSPATH here

0

精彩评论

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