Android is kept added with new features, so it is not stable. Every download or installation has its unique problems. Once you encounter problems, you are most likely on your own to solve the problems. One nice resource for Android debugging is Stack Overflow.
C:\users\wenchen\Downloads\android-studio-bundle-141.2117773.exe
.exe
file you just downloaded.
C:\Program Files\Android\Android Studio\
AppData
folder may be hidden):
C:\Users\wenchen\AppData\Local\Android\sdk\
IntelliJ
.
C:\Users\userid\AppData\Local\Android\sdk\
javac -version
.”C:\Users\wenchen\Downloads\jdk-8u51-windows-x64.exeOn some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location. Select
Start menu ⇒ Control Panel ⇒ System and Security ⇒ SystemThen open
Advanced system settings ⇒ Environment Variablesand add a new system variable
JAVA_HOME
that points to your JDK folder, for example,
C:\Program Files\Java\jdk1.8.0_51\
“We can know only that we know nothing. And that is the highest degree of human wisdom.” ― Leo Tolstoy, War and Peace |