Android programming is not working in eclipse - android

My Eclipse was working fine until i updated my sdk.Then suddently everything started to show little weirder.Actyually I was working in Ubuntu 12.04 ,Which stopped showing even Java projects after updation.When I click New-->Project I can't find neither java/Android.I cant even find XML.I have done so many methods listed in some sites.But nothing is working for me.Can anyone please suggest a solution.
I have even tried in windows.But same problem happened & it says " Android Development Tools (20.0.0.v201206242043-391819) requires plug-in "org.eclipse.core.runtime (3.6.0)", or later version."
what to do?
please give me a solution
Thanking you in advance

Update your ADT to ADT 20.0.0 Then its will solve your problem.please refer below link
http://developer.android.com/sdk/installing/installing-adt.html

Your update process probably resulted in loss of installed plugins.
You must update your eclipse to the latest version and then find updated plugins, ADT etc.
This I believe should work out.
Cheers!

//you need to download the eclipse 3.6 helios or 3.7 indigo
Eclipse 3.6.2 (Helios) or greater
Note: Eclipse 3.5 (Galileo) is no longer supported with the latest version of ADT.
If you need to install Eclipse, you can download it from http://www.eclipse.org/downloads/. We recommend the "Eclipse Classic" version.
Note: creating new Workspace cleaning project, restarting wont work.

Related

Download latest ADT and it is juno

I download the latest ADT 64 bit - adt-bundle-windows-x86_64-20140624
and when I open it it not the usual ADT but eclipse JUNO.
What should I do?
Link to screenshot:
http://tinypic.com/view.php?pic=241sgvd&s=8#.U60gJvl_tZ9
This adt comprises of android sdk and eclipse
It is a custom eclipse distribution by google based on Juno.
The ADT package also includes android SDK.
I am in the same situation. My previous ADT is adt-bundle-windows-x86_64-20140321 which is 510 MB zipped and the latest one is 359 MB. Maybe they have scroogled the package
I am seeing the same situation. The previous version 20140321 works fine. This new version launches a standard Eclipse Juno version, and the Window > Manage SDK and Manage AVD options do not appear. I can create Android projects though.
Eclipse ADT Bundle Not Working Properly explains the current broken adt-sdk 20140624 version and recommends going back to the previous version. I also added a comment there with a link to d/l the older working version of the adt-bundle.
This is a bug, so you should redownload the latest stable version from this link and you will get back the working ADT:
https://dl.google.com/android/adt/22.6.2/adt-bundle-windows-x86_64-20140321.zip

No Android Project option on Eclipse Juno

Alright, same problem as here: "Android" missing in my "Eclipse Juno 4.1" preferences
But in my case, i already had the ADT installed ( i think?)
But, when I go to preferences or start a new project, there is no option related to android, what could i possibly did wrong?
Just uninstall the Android packages in eclipse and then re-install them, this likely occurred because the Eclipse packages were being installed whilst or before the Android SDK was downloaded and installed.
Did you install the android sdk before installing the plugin in Eclipse?
Is what I do yesterday and it works. First install de sdk and later install the plugin in eclipse.
Alright, i got it to work, even though i am not too sure which one did the trick, but what I did is change everything to 32-bit version (I was using 64-bit version). This includes the uninstalling JDK and eclipse and re-installing the 32-bit version of them (and of course, restarting the computer, even though i did this before).
It is working now, but I'm not sure if it was the re-installing of JDK or switching to 32-bit version that solves the problem.
Thanks, very helpful :-). I tried a lot of things ... I used the Classic version instead of the JavaEE one, tried Indigo instead of Juno ... set a different JDK ... but in my case eventually downloading the 64-bit version of Eclipse did the trick! So maybe the JDK and Eclipse must be compatible somehow ...
After some distress I found it under File -> New -> Other -> Android from the menubar. Now to figure out how to get it under the New menu directly.

Android plugin for Eclipse (ADT) disappears after SDK 20 upgrading

I've just upgraded to the Android SDK rev 20 and since then no way to install the ADT plugin in Eclipse 3.7.2. Although the package (Android DDMS, Android Development Tools) is referenced in the Eclipse installed software, I don't have shown-up any Android project or perspective, at the point that I can't set the SDK path in Windows/Preferences ...
I've also tried to re-install, nada. Accessory: Linux Ubuntu 12.04
Thanks for help!
SDK r20 works only with ADT r20 so you have to update your ADT too.
To update your ADT do the following procedure :
In eclipse go : Help -> Install New Software...
Now in Work with field type this link https://dl-ssl.google.com/android/eclipse/
Now press enter. You will see some items in list view below. Select all and press next.
Now accept the agreement an click next.
This will update your ADT. an you should be able to see it in eclipse
For more information see : Android Developer Site
I was having the same problems on Ubuntu 12.10.
I found that this was due to the fact I was using Java 1.5. After upgrading to Java 1.7, the problem disappeared
What JVM is your default on Ubuntu? ADT requires a JVM that can handle keystores correctly. Using Sun Java 6 is fine.
Besides that, ADT has optional dependencies to some of the Web Service Tools (WST) for the XML editing related features. Maybe you can check whether that is correctly installed?
And if nothing else helps: Eclipse 3.8 and 4.2 have been released 6 days ago, so just using a fresh installation of Eclipse 4.2 together with ADT 20 might be the best choice in the long run.
We had a similar problem.
Solved it by going to Help -> Check For Updates.
Deselect everything except the items that specify version 20. Can't remember the exact list by heart.
Then click next and follow instructions.
Should sort out the problem.
Edit:
The most important one is the "Android Development Tools" itself from that list.
The other 3 Android are also important.
Setting the "-vm" option in eclipse.ini with a JDK 1.6 solved the problem for me.
Trying to uninstall/install did not help.

android - updating ADT

I want to update the ADT in Eclipse. For this i go to Help->CheckforUpdates->I got the following error. How to solve this. Why it's came.please can anybody help me.
Error Window
Eclipse Properties
first of all install right Android SDK and install on of version (according to your need like 4.0.3).
then continue your upgradation of ADT.

Installing Android Plugin Error with Eclipse Juno 4.2.0

I downloaded Eclipse-Juno Version: 4.2.0.
But I am not able to install Android ADT on it. I am getting this error:
requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
System Configurations: Win-7, 32-bit
I tried installing ADT-15.0.1 and ADT-16.0.1, but they are not working.
I know the same issue is faced with versions lower version than 3.7, but why also with 4.2?
What package of Juno did you install? ADT requires part of the WST project, but I suspect that the Juno package you have doesn't include WST and probably doesn't include the update repository to automatically get it.
EDIT: Try using the Eclipse for Java EE Developers package as your starting point, as it includes WST features. Alternatively, you could try adding the Juno update site to your Eclipse and see if ADT gets it's required features. The Juno update site is http://download.eclipse.org/releases/juno/
Yes, I installed Juno and that package I installed did not come with WST either.
I fixed this same problem by adding Juno update site at http://download.eclipse.org/releases/juno/. You will find WST under "Web, XML, Java EE and OSGi Enterprise Development. For my own purpose I simply installed everything under this category and the problem went away.
try this https://developers.google.com/eclipse/docs/install-eclipse-4.2
or use this -- > http://dl.google.com/eclipse/plugin/4.2 <-- for instal android
works for me
Glad I came across this question! That said though, it appears I only needed to install the Eclipse XML Editors and Tools part of Web, XML, Java EE and OSGi Enterprise Development to resolve this. Cheers!
Install in eclipse:
http://dl.google.com/eclipse/plugin/4.2
It works well for me too.
I had the same problem which I solved by downloading ADT-20.0.0.zip. I think different versions of eclipse support different versions of ADT.

Categories

Resources