Hi, I am new to Android development.
So, as suggested by google, I downloaded the latest beta version of Android Studio, released in October 2014, to start development, because in the end they will only work with the Android Studio IDE, so I think this is a good idea, to use her ...
To install, they just give you a zip file. I unpacked it and followed the text instructions, which were simple, but I cannot find the files and folders that should exist in their unpacked folder / files: s.
Instructions: '' To configure Android Studio on Windows:
Unzip the file, android-studio-ide--windows.zip and run the studio.exe file. Follow the instructions of the installation wizard to install Android Studio and SDK Tools. On some Windows systems, the script launcher does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location. Choose Start> Computer> System Properties> Advanced System Properties. Then go to the Advanced tab> Environment Variables and add a new JAVA_HOME system variable that points to your JDK folder, for example C: \ Program Files \ Java \ jdk1.7.0_21. ''
Although I find studio.exe in the path \ android-studio-ide-135.1538390-windows \ android-studio \ bin
I can not find any setup wizard for the SDK tools! When I run studio.exe, I go to Configure / Project Defaults / Project Structure java sdk was found, but the sdk folder for Android is not natural. Also, Configure / SDK Manager is not included.
What obvious thing am I missing? Thanks
source
share