I am using Android Studio downloaded from the Android website.
I downloaded android-studio-bundle-162.4069837-windows from https://developer.android.com/studio/index.html
When I go to Open->New Project I do not see the option to create a New Android project.
Thanks
You have installed the Android Studio, but you didn't installed the Android SDK & other tools. First install the Android SDK & enter its path in SDK Location, then you will be able to make a new project. Hope this will help.
Make sure you have Java JDK. After installation of JDK set environment variable.
you can get JDK here. http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Here you know how to set an environment variable. https://javatutorial.net/set-java-home-windows-10
If you don't know how to download SDK and set path. Then you simply download the complete package (Android studio with SDK). It will give you both Studio and SDK so it won't ask you like this dialog.
You can get complete bundle here https://dl.google.com/dl/android/studio/install/2.3.3.0/android-studio-bundle-162.4069837-windows.exe
I am facing an issue to download the complete sdk tools for the android.
I downloaded and installed eclipse mars in my ubuntu 14.04.
I downloaded the sdk from https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz
But it dont have all the tools that I need, so I installed studio and downloaded all the tools that I require.
Then when I tried to add appcompat I am unable to add that to my eclipse.
The documentation saying that appcompat should be at \extras\android\support\v7\appcompat
But it was at /extras/android/m2repository/com/android/support/appcompat-v7.
Finally I want to add that appcomat to my project.
How can I do that?
I dont want to go with studio, I want to use eclipse mars.
Android Studio Sdk Problem
I have install android studio but it give error that sdk not found.i have already download stand alone tool of sdk for android studio but i don't know how can configure sdk on android studio.
If you have already the stand-alone SDK installed the only thing you have to do is let your Android-Studio know where it is.
File > Project Structure > SDK Location
EDIT:
You have to download the official JDK 7 from Oracle and install it (JKD 1.7).
If you install it with default settings set your JDK path to somthing like C:\Program Files\Java\jdk1.7
How to determine the version of Android SDK installed in my computer?
<Program files>\Android\Android-sdk\platforms\<platform SDK's>
On a 32bit machine:
"<Program files>" will be \Program Files\
On a 64bit machine:
If you installed the 32bit ADT, "<Program files>" will be \Program Files (x86)\
If you installed the 64bit ADT, "<Program files>" will be \Program Files\
Type in android list target into your command line to see what android API you are using.
C:\ <path to android sdk> \tools\source.properties (open with notepad)
There you will find it.
Android Studio is now (early 2015) out of beta. If you're using it as your development platform, the SDK Manager is probably the easiest way to see what's available. To start the SDK Manager from within Android Studio, use the menu bar: Tools > Android > SDK Manager.
This will provide not only the SDK version, but the versions of SDK Build Tools and SDK Platform Tools. It also works if you've installed them somewhere other than in Program Files.
You can check following path for Windows 10
C:\Users{user-name}\AppData\Local\Android\sdk\platforms
Also, you can check from android studio
File > Project Structure > SDK Location > Android SDK Location
open android sdk->click on tools tab->about and u get the entire details!
In the case of Linux, You get the version of Android SDK using sdkmanager.
your_path/android-sdk/tools/bin/sdkmanager --version
in my case
/var/lib/jenkins/android-sdk/tools/bin/sdkmanager --version
While some responses have shown how to get the versions of the installed Android SDKs and various Android SDK related tools using the Android SDK Manager GUI, here's a way to get the same information from the command line:
%ANDROID_HOME%\tools\bin\sdkmanager.bat --list
You can redirect the output to a file to ease review and sharing.
Note: In my corporate environment, I also had to use the --proxy, --proxy_host, and --proxy_port command line options. You may need to use them as well.
I develope cross-plateform mobile applications Using Xamarin integrated in Visual Studio 2017.
I prefer to install and check all details of Android SDK from within the Visual Studio 2017. This can be found under the menu TOOLS -> Android -> Android SDK Manager.
Bellow is the Visual representation of the Adroid SDK Manager.
If you prefer to manage from UI, type android in command windows which will open the Android SDK Manager. Or you can directly open from C:\Program Files (x86)\Android\android-sdk\SDK Manager.exe
Create a Batch file (.bat) in Windows with the following command in it:
%ANDROID_HOME%\tools\bin\sdkmanager.bat --list && pause
NOTE: Using && pause is necessary to be able to review the information, once it is listed. If not used, the batch file will simply run, show the information in just mere few seconds and exit right away.
In my system(Windows Xp) first i integrate the android sdk to Eclipse indigo. But now i want to integrate the android sdk to Eclipse helios.How to do that? I tried but i am not getting. For this i removed the eclipse indigo and corresponding android sdk. after that i downloaded the eclipse helios and android sdk. open the eclipse it shows the android adk and avd manger icon. it shows error about android sdk path.How to install (like fresh) android sdk in eclipse helios? How to do that please can any body help me.
Just for changing the eclipse, you need not have removed the Android SDK. You can use the same SDK in different versions of Eclipse.
When you say you can see the SDK Manager and AVD Manager icons, I assume that you have successfully installed ADT.
To correct the Android SDK path error, go to Window -> Preferences -> Android. On the preferences pane, click the Browse button next to SDK Locations and browse to the path where you have installed the Android SDK (For example C:\Android\android-sdk-windows) and click Apply
Have you provided path for the android SDK in the preferences? If not then Go to Window > Preferences > Android and provide path your android SDK.
Simple steps to add android sdk in eclipse helios
Help->Eclipse Market place->Popular Tab->u can find Android Development Tools for Eclipse ..
and there is install button right to that..click install! ..that's all...