I downloaded and installed Android Studio. But I cannot create or open android project. There isn't Android in New Project Tab. Why? How can I create and open Android project in Android Studio?
Be sure to download the Android SDK to use along with Android Studio. Android Studio is just the IDE of IntelliJ IDEA, but without the Android libraries. See this link for installation.
You should add "Android Support" in "Setting -> Plugins" .
See this.
Related
So I downloaded yesterday visual studio and I wanted to create a new android project in Android studio but I couldn't find any template instead I have frameworks and libraries to choose from (as you can see from the screenshot).
I think you downloaded wrong editor. It's IntelliJ IDEA instead of Android studio. Please refer to this link for android studio
https://developer.android.com/studio/index.html
i did everytihng right and install sdk and jdk for eclips android but create new project doesnt still apear what shoud i do some says eclips doesn't support android anymore is that right?1
You must use Android Studio as official IDE to develop Android Applications, if you are trying to import a project from Android Studio to Eclipse, you will have problems because the projects in Android Studio are configured with Gradle!
I suggest to you migrate from Eclipse to Android Studio.
I'm new to Eclipse and Android and have followed the steps to installing the Android SDK, eclipse and ADT plugin.
On trying to create my first app from here:
http://developer.android.com/training/basics/firstapp/creating-project.html
"In the window that appears, open the Android folder, select Android Application Project, and click Next."
I dont see the Android folder? What am I missing?
Have you tried to quit and restart Eclipse after installing the SDK etc.?
I am using new android studio .when i download and install it there was no issue. But now when i try to create a new project it's show this error
Your Android SDK is out of date or is missing templates.
Please ensure you are using SDK version 22 or later.
As you know the latest SDK version is already bundled with android studio .I tried re-installing android studio still that error exist.
But it works fine while importing a project or opening an old project. I am facing this only during while trying to create a new project
Somebody help me to resolve this
Note : Im using Mac 10.6.8
EDIT : Screen Shot
I check my SDK manger which is bundled with android studio It's showing i'm using latest version
I've occurred this problem, what I did is.
On Main Menu, Click, Configure
Click Project Defaults
Click Project Structure
In Platform Settings > SDK, Choose the Build Target. Restart the IDE.
I can't comment (Low reputation) but have you tried checking the android sdk manager? See if anything is outdated or missing in tools
Then follow the answer above me, or check module settings > Dependencies > Module SDK and verify that it's android 4.2.2
I cannot create a new Android project using eclipse as the options available for creating new project are: Android Application Project, Android Project Using Existing Codes, Android sample Project, Android Test Project.
No option for Android Project is available.
Use Android Application Project
-have you installed the android plugin (ADT) for elcipse?
if you did, right click in the navigator - > other - > Android - > Android project
Android Application Project itself is Android project.
Use Android Application Project
Use eclipse Indigo version and install AVD and SDK as suggested the steps in android developers site
here is the same
Android SDK and AVD Manager installation