-1

Can anyone help me with installing the correct version of eclipse to use for developing android mobile applications with the associated plug ins needed

amb101293
  • 5
  • 5
  • http://developer.android.com/tools/studio/index.html – petey Jan 28 '15 at 20:46
  • does this use eclipse though as it is for university and when it comes to assignment we need to submit an eclipse project – amb101293 Jan 28 '15 at 20:49
  • you should use android studio. new updates won't come in eclipse now onwards. – RNK Jan 28 '15 at 20:50
  • http://developer.android.com/sdk/installing/installing-adt.html – petey Jan 28 '15 at 20:51
  • yes i know but can't as we have been told to use eclipse and not android studio i have eclipse installed but when i use it in university it has the emulator the one i downloaded at home doesn't – amb101293 Jan 28 '15 at 20:52

3 Answers3

0

These videos by me :) can help you to set up Android development environment using Eclipse.

Here's the link : Set up android.

Caution : If you have been using Eclipse with ADT, be aware that Android Studio is now the official IDE for Android, so you should migrate to Android Studio to receive all the latest IDE updates. For help moving projects, see Migrating to Android Studio.

  • when installing eclipse following your first video when i go to the website it doesn't have the Eclipse Standard – amb101293 Jan 28 '15 at 21:01
  • @amb101293 plz write the name of video you've watched. I've opened it now and its working. – Protect Life Save Forests Jan 28 '15 at 21:05
  • The "Eclipse Standard" package is not provided any more, but you should be able to use "Eclipse IDE for Java Developers" just as well. If you really want to go back to the last release of the "Standard" package, you can get it here: https://www.eclipse.org/downloads/packages/release/Kepler/SR2 – E-Riz Jan 28 '15 at 21:10
  • Actually, it looks like it is still available for the latest Eclipse (Luna, 4.4) here: https://www.eclipse.org/downloads/packages/release/Luna/R – E-Riz Jan 28 '15 at 21:13
  • https://www.eclipse.org/downloads/ there is no standard one to download and also to download the adk dosent work – amb101293 Jan 28 '15 at 21:37
  • i have the standard version downloading i currently have the luna version installed and the jse installed cant get the adk tho and when i try to install it through eclipse i get an error so it dosent install – amb101293 Jan 28 '15 at 21:41
  • @amb101293 you can use eclipse IDE as well. [Eclipse IDE for Java Developers](https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/luna/SR1a/eclipse-java-luna-SR1a-win32.zip) – Protect Life Save Forests Jan 28 '15 at 21:47
  • installing software has encountered a problem An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase. session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=). Error reading signed content. error in opening zip file – amb101293 Jan 28 '15 at 21:52
  • Do you really want to use eclipse? if yes then I can make a torrent for you of the version that I am using _Eclipse IDE for Java Developers Version: Luna Service Release 1 (4.4.1)_ – Protect Life Save Forests Jan 28 '15 at 21:57
  • @amb101293 plz check this [How do I resolve an “Error reading signed content.](http://stackoverflow.com/questions/24805954/how-do-i-resolve-an-error-reading-signed-content-error-when-installing-adt-23) – Protect Life Save Forests Jan 28 '15 at 22:10
  • i need to use eclipse as it is what we have been told we need to use we dont have an option i would be very greatfull if you could do that for me – amb101293 Jan 28 '15 at 23:40
  • write your email address i'll mail you the torrent file – Protect Life Save Forests Jan 30 '15 at 07:14
  • amb101293@hotmail.co.uk – amb101293 Jan 30 '15 at 18:47
  • @amb101293 check your mail – Protect Life Save Forests Jan 31 '15 at 07:48
  • just keeps saying connecting to peers but i need to put my laptop off just now – amb101293 Feb 01 '15 at 23:06
0

As Petey suggested in his comment, I would recommend giving AndroidStudio a spin as it is very well suited to Android programming. However, take a look at the eclipse ADT plugin which can be installed via the eclipse marketplace or a direct download from Google (Google ADT page).

That should give you enough information to get things rolling, but again I would strongly recommend trying to switch over to AndroidStudio. I think you will find the entire experience easier to get into and enjoy.

0

Here is the link :)

P.S. Why do people still use Eclipse while there is a GREAT tool for developing Android applications?

localhost
  • 5,568
  • 1
  • 33
  • 53