unable to create new android application in eclipse after upgrade - android

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.

Related

The new Android Update doesn't consist of SDK Manager

I had recently updated my Android Studio to newer version (3.1 Canary 7) and tried to run my older programs in the IDE, but this time there was an error stating that the SDK Manager is missing.
I am semi-intermediate in this field and I am not able to understand the problem. in earlier versions it used to download by itself but this particular this specific problem is arising.
When I try to open the Android Studio after installing the latest version, this thing appear:
The message on welcome screen
Could you tell me from scratch the procedure to restore the Android Studio to working condition once again? Thanks in advance...
First Do Not Open Any Project in Android Studio, Just start a new project, then install SDK Using SDK Manager in IDE.
SDK MANAGER UPDATE
Link above will provide you details how to update through IDE.

Android support library not working (Eclipse)

I am unable to open certain activity when starting a new android poroject. I have tried fixing the problem by installing the correct "Android Support Library" in the SDK Manager but the problem remains unsolved! Even the "Install/Upgrade" and "check again" functions in the Install Dependencies Screen do not work! Btw I am using eclipse on a mac.
Any thoughts?
Android Studio now is official IDE for android development provided by Google. The Android plugin for Eclipse doesn't have support anymore. Eclipse is setting up Andmore project: https://projects.eclipse.org/projects/tools.andmore to try to continue work on allowing Eclipse to build Android apss. But you should use Android Studio instead.
Use proxy:
windows-->preferences-->general-->network connections
Android SDK Manager:
Tools-->options-->enter your proxy

Use Android Studio with existing Android SDK Tools

NOTICE: I found other questions and answers about the same issue, but the answers are for older versions of Android Studio, and I want confirmation if it still can work for the latest version of Android Studio (2.2.3.0 which was released on December 6, 2016)
I'm new to the Android development and I selected the IDE to use wrongly and before thinking and knowing which IDE to use.
So after this mistake, I must use Android Studio now to use the GRADLE libraries as Eclipse doesn't officialy support them (because Eclipse is now discontinued).
The Android Studio is 1.63 GB (including the Android SDK), while Android Studio is 417 MB (without the Android SDK).
I have Android SDK Tools R25.2.3 ( latest ) already downloaded, so I don't want to download the whole Studio + The Android SDK again.
Is it possible to download the Android Studio without the SDK, then link the SDK to the Studio manually?
I'd be very thankful if someone could help!
Yes it is possible , Studio and SDK can been seen as separate components and they can be linked by providing SDK path in the studio IDE or you can configure you SDK path thorough the setting menu shown at the start screen of android studio.
You can download the standalone IDE through Official Android Studio site.
Note : http://tools.android.com/ has dropped the support of providing separate SDK and IDE components but still IDE can be downloaded individually from Android Official Download Link
Steps to configure after download
1.) Download and Extract the IDE
2.) Find studio or studio64 exe and run the appropriate one in your OS
3.) When you start your studio , it will probably ask for SDK location through a prompt screen and provide the location and hit next and next , eventually it will show you a little process for update window and show you finish screen (Must follow the note below)
3.a) If there was no prompt screen shown then you can configure the SDK path using the setting option on the Splash screen of android studio
3.b) It's possible that when you open an old studio project and SDKis still not configured because every project has it's own setting so again you can see the link in error/log window as configure SDK and just click the link and provide path
Note : Disable internet before configuring you studio otherwise it will look for Updates
Helpful points to possible issue
For old project , replace the old dependencies with the one you have in project structure link for Visual representation of steps
Replace the gradle version with the one supported by your new studio and do the same if any other tool is not found.
Definitely. The Android Studio IDE prompts you to specify the path containing the Android SDK tools, if it doesn't detect the SDK automatically.

Android application project missing from Eclipse

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

Android Studio Issue on Mac

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

Categories

Resources