1. Through my linux terminal when I type:
java -version
I get the correct output, but when I type:
javac -version
it comes up with errors? I'm supposed to get something like 'javac 1.6.0_18'.
2. When I type:
android list targets
It says it doesn't know what the android command is...? I already downloaded the SDK and tools for android, so I don't know why my terminal is saying this stuff. Any help?|||Have you installed the Java Development Kit (JDK)? To get the version of the java command you only need to have the Java Runtime Environment installed. To get the version of the javac command you need the JDK.
I think.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment