Android application project missing from Eclipse - android

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

Related

How to install Android studio version 4.0

I have finish installing the Android studio but it kept asking me for my Android sdk directory.
Try Removing the config from C:\Users\<user>\.AndroidStudio4.0 folder. Start Android Studio, it will open a dialog about which parts of the SDK to download, and then proceeded as expected.

where is Android Studio with Android SDK?

I've downloaded Android Studio from: https://developer.android.com/studio/index.html but it doesn't install the Android SDK... Did I miss something, or is there another setup somewhere else?
(I see here: screenshot that the setup window should allow the installation of Android SDK, but I don't have that in my setup)
No, you did not miss anything. With installation of android studio SDK does not install automatically. You need to launch android studio then it will automatically prompt you for sdk installation and then install SDk and repositories. And done.
I saw this answer elsewhere:
Apparently, the problem was that Android Studio 3.0 was already installed and uninstalled before this. The SDK got removed, but Android Studio's config didn't.
Removing the config from a previous install (C:\Users\.AndroidStudio3.0 folder) did the trick. When Android Studio started up, it opened a dialog about which parts of the SDK to download, and then proceeded as expected.
It worked for me :)
It will prompt after installing Android Studio
If you are using Windows:
To install Android Studio on Windows, proceed as follows:
Step1: Launch the .exe file you downloaded from here.
Step2: Follow the setup wizard to install Android Studio and any necessary SDK tools.
That's it! The following video shows each step of the recommended setup procedure.
As suggested from official doc here

I cant see new android project on Eclipse and i install everything right

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 cannot create android project in Android Studio, why?

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.

unable to create new android application in eclipse after upgrade

In eclipse Helios I have upgraded my android plugin and android sdk to recent version.After the upgrade i am unable to create the new android app
this is the screen shot of the error message i got
Issue is listed in code.google.com
Here is the link
The work around commented by jaisonDavis is worked for me. (also suggested in code.google.com)
Open the sdk manager and Delete the existing Android Support Library
its located under the extras
Create a new project and Install the support library by clicking on
"Install / Upgrade"
Don't delete the Support library, Go the SDK_Folder/extra/android and rename the folder compatibility to support. After that, restart the Eclipse.

Categories

Resources