Cannot Create Android Project using Android Studio - android

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

Related

Setup Android Studio SDK with Unity

I have recently downloaded Android Studio with its SDK and set custom path for SDK download and its get completed.
My Android Studio correctly detected downloaded SDK and setup running fine with this.
But when I try to set path in Unity its not able to set, again and again same location related popup get opened.
Please see below image file:
Why path not get set that I don't know!! Upto now I used Android SDK with Eclipse so all things work good with me. But after upgrading to Android Studio I can't able to SDK path.
Please give me some help so I can able to export Android build.
Same problem running with Windows platform too.
You don't have Android SDK Tools in your folder.
Download Android SDK Tools and insert it in your sdk folder.

Installing Android Studio

I wish to install Android Studio for Android Development instead of Eclipse on my Windows 7 PC. I wish to keep Eclipse installed, but I need help deciding which bundle of Android Studio to install.
Can I just install android-studio-ide-141.1980579-windows.exe (No SDK tools included) from here? Or do I need to install the entire bundle (android-studio-bundle-141.1980579-windows.exe)?
You may install android-studio-ide-141.1980579-windows.exe (No SDK tools included) and configure to use the same SDK that your Eclipse does.
In Android Studio setup will pop up a window SDK Components Setup and you may fill the SDK path in Android SDK Location
android-studio-bundle-141.1980579-windows.exe
Downloading Studio With Sdk tools will help u .
You dont need to select which tools to download , u will get all the latest tools in second one !
So Preferably download Android studio with sdk tools included .
Thanks

Is it possible to re-use sdk originally used by Eclipse ADT in Android Studio?

I found posts that indicate that the sdk used by Android Studio can also be used by Eclipse ADT.
Can Eclipse use the same sdk that Android Studio (intelliJ)?
Is it possible for the sdk used originally by Eclipse ADT to be used by Android Studio?
I already have an up to date SDK which I use with Eclipse ADT.
I recently downloaded Android Studio.
Was wondering if I could use the pre-existing SDK that I used with Eclipse ADT,instead of downloading it all over again for Android Studio.
Yes absolutely you can. The SDK is independent of the IDE you are using.
I will explain you the steps to do it.
1) You need have the SDK so that it can be commonly used by both the IDEs.
Let say you want to put your new SDK at the following location: /Users/Name/sdk.
You can also use the SDK that came up with Eclipse or download a new one if you want (it's not necessary at all).
2) Android Studio can automatically find the location of your SDK, but you need to manually point it out if it can not.
You may also need to specify the SDK location for your project. In your Android studio project, go to File -> Project Structure -> Android SDK, and point to your new sdk folder location.
Remember to restart Android studio after this.
For example your SDK folder is at the D:\Android\SDK
Link SDK in your Android Studio, go to File->Project Structure->Android SDK and point the D:\Android\SDK in Android SDK location.
Restart Android Studio

How to "download" Android Studio IDE without the SDK?

I already have Android SDK latest edition and Eclipse installed. But I want to try Android Studio as well.
I have seen this and this post, but those solutions change the instance of SDK Android Studio (once downloaded and installed) uses. What I want is not to download another SDK when I already have it installed on my machine.
The problem is that the download package given here includes SDK as well.
So can I download Android Studio IDE without the SDK, and then give the path to the SDK I already have during installation?
All the answers suggest to download it with an SDK and then delete it.
You can however download the AStudio w/o the SDK from Android Tools Project Site.
The latest build (2.0 Preview 4) can be downloaded here.
Note: The newest version also requires the SDK to be outside the application folder!
Well now Google offers a "No Android SDK" version of Android Studio in its official Download portal:
It is an old question but it might help someone like me who is looking for an answer. This instructions are for windows 64 bit systems.
Download zip of Android studio without SDK using links given in other answers (e.g. I downloaded android-studio-ide-141.2112779-windows.zip - version 1.3.0.9)
Unzip the archive and run bin/studio64.exe
When it asks for the path to install the SDK, browse your existing SDK location instead of the default path given.
If it detects valid installation of SDK, it will display a message that only missing or old component will be downloaded.
I hope it helps.
You can find it here (http://developer.android.com/sdk/index.html#Other) in the "Other Download Options" section. There is many different version of Android SDK and Android Studio, including Android Studio without bundled SDK tools.
You can download it with SDK, then change it to yours ( here is explained ) and then delete it
Download Android Studio as is.
Go to it's location and delete the SDK (optional).
At your project open "project structure" and set SDK locations to your Eclipse's SDK.
or just copy your Eclispse sdk to android studio SDK.

Eclipse - How to config android sdk to helios

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...

Categories

Resources