- Eclipse 4.9.0 Release Build: 4.9
- Logs and Test Links
- Summary of Unit Tests Results
- Related Links
- Eclipse p2 Repository
- Eclipse SDK
- Tests and Testing Framework
- Example Plug-ins
- RCP Runtime Binary
- RCP SDK
- Platform Runtime Binary
- JDT Runtime Binary
- JDT SDK
- JDT Core Batch Compiler
- PDE Runtime Binary
- PDE SDK
- CVS Client Runtime Binary
- CVS Client SDK
- SWT Binary and Source
- org.eclipse.releng.tools plug-in
- Установка Eclipse и Android SDK в Ubuntu
- Инструкции по теме:
- 9 thoughts on “ Установка Eclipse и Android SDK в Ubuntu ”
- Добавить комментарий Отменить ответ
- How to configure Eclipse and Android SDK [closed]
- 1 Answer 1
Eclipse 4.9.0 Release Build: 4.9
This page provides access to the various deliverables of Eclipse Platform build along with its logs and tests.
Logs and Test Links
Summary of Unit Tests Results
5 of 5 integration and unit test configurations are complete.
Any unit test failures below have been investigated and found to be test-related and do not affect the quality of the build. See the sign-off page (bug 538751) for details.
Related Links
Eclipse p2 Repository
Eclipse SDK
Platform | Download | Size |
---|---|---|
Windows (32 bit version) | eclipse-SDK-4.9-win32.zip | 232 MB |
Windows (64 bit version) | eclipse-SDK-4.9-win32-x86_64.zip | 232 MB |
Linux (32 bit version) | eclipse-SDK-4.9-linux-gtk.tar.gz | 231 MB |
Linux (64 bit version) | eclipse-SDK-4.9-linux-gtk-x86_64.tar.gz | 231 MB |
Linux (64 bit version for Power PC) | eclipse-SDK-4.9-linux-gtk-ppc64le.tar.gz | 231 MB |
Mac OSX (64 bit version) | eclipse-SDK-4.9-macosx-cocoa-x86_64.dmg | 232 MB |
Source Tarball | eclipse-platform-sources-4.9.tar.xz | 190 MB |
Tests and Testing Framework
Example Plug-ins
RCP Runtime Binary
RCP SDK
Platform Runtime Binary
Platform | Download | Size |
---|---|---|
Windows (32 bit version) | eclipse-platform-4.9-win32.zip | 76 MB |
Windows (64 bit version) | eclipse-platform-4.9-win32-x86_64.zip | 77 MB |
Linux (32 bit version) | eclipse-platform-4.9-linux-gtk.tar.gz | 76 MB |
Linux (64 bit version) | eclipse-platform-4.9-linux-gtk-x86_64.tar.gz | 76 MB |
Linux (64 bit version for Power PC) | eclipse-platform-4.9-linux-gtk-ppc64le.tar.gz | 76 MB |
Mac OSX (64 bit version) | eclipse-platform-4.9-macosx-cocoa-x86_64.dmg | 76 MB |
Platform Runtime Repo | org.eclipse.platform-4.9.zip | 89 MB |
JDT Runtime Binary
JDT SDK
JDT Core Batch Compiler
PDE Runtime Binary
PDE SDK
CVS Client Runtime Binary
CVS Client SDK
SWT Binary and Source
Platform | Download | Size |
---|---|---|
Windows (32 bit version) | swt-4.9-win32-win32-x86.zip | 4.1 MB |
Windows (64 bit version) | swt-4.9-win32-win32-x86_64.zip | 4.2 MB |
Linux (32 bit version) | swt-4.9-gtk-linux-x86.zip | 3.8 MB |
Linux (64 bit version) | swt-4.9-gtk-linux-x86_64.zip | 3.9 MB |
Linux (64 bit version for Power PC) | swt-4.9-gtk-linux-ppc64le.zip | 3.8 MB |
Mac OSX (64 bit version) | swt-4.9-cocoa-macosx-x86_64.zip | 3.4 MB |
org.eclipse.releng.tools plug-in
Установка Eclipse и Android SDK в Ubuntu
Актуальная на сегодняшний день задача — установка комплекта разработчика мобильных приложений Android в операционной системе Ubuntu Linux. Процесс абсолютно не сложный, нужно просто понимать последовательность действий, и иногда требуется разрешение некоторых мелких проблем.
Я опишу проверенную последовательность действий для Ubuntu 14.04 и свежей, на момент написания инструкции, версии Eclipse 4.3.2 Kepler.
Шаг 1. Установка Eclipse IDE
Сразу оговорюсь, что на данный момент Eclipse IDE лучший выбор для разработки андроид приложений, да и для других он тоже подойдёт. Итак, скачаем свежую версию Eclipse с официального сайта, нам подойдёт редакция Eclipse Standard 4.3.2 (версия может отличаться), 32 или 64 бита, в зависимости от разрядности операционки.
Скачаный файл eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz нужно просто распаковать в директорию, из которой он будет запускаться. Я выбрал диреторию /opt/eclipse:
sudo tar -zxvf ./eclipse-standard-kepler-SR2-linux-gtk-x86_64.tar.gz -C /opt
sudo chmod +x /opt/eclipse/eclipse
Для удобства создадим символическую ссылку в нашей домашней директории, чтобы потом запускать по ней Eclipse IDE:
sudo ln -s /opt/eclipse/eclipse /home/username/eclipse
Теперь среду разработки можно запускать из папки /opt/eclipse или по символической ссылке.
Чтобы Eclipse заработал, системе потребуется Java, подойдёт «OpenJDK Java 7 Runtime» из центра приложений Ubuntu, иначе при запуске Eclipse появится сообщение об ошибке.
Шаг 2. Установка Android SDK
Скачиваем Android SDK с официального сайта, на момент написания файл назывлся android-sdk_r21.0.1-linux.tgz. Распаковываем архив, можно туда же, где установлен Eclipse IDE:
sudo tar -zxvf ./android-sdk_r21.0.1-linux.tgz -C /opt
Путь для запуска менеджера пакетов, получился таким /opt/android-sdk-linux/tools/android, сами пакеты можно установить самому, а можно потом воспользоваться перспективой Eclipse, которая по сути выдаст то же окно менеджера пакетов. В общем случае нужно выбрать версию API, например Android 4.2 (API 17) или несколько, а может и все.
Шаг 3. Установка ADT Plugin для Eclipse
Перед установкой плагина лучше сразу установить пару пакетов, без которых возникнут ошибки, это GEF и WST Server Adapters. Установить плагины можно в самом Eclipse, для этого запускаем стандартную утилиту из меню программы:
Help > Install New Software.
В самой верхней строке, появившегося окна, вводим адрес репозитория GEF:
назовём его «GEF Plugin», для понимания. После ввода ссылки репозитория в окне обновлений появится строка с чекбоксом, отметим её:
GEF (Graphical Editing Framework)
Завершим установку плагина, скорее всего потребуется перезагрузка Eclipse.
Аналогичным образом добавим репозиторий Eclipse Juno, адрес:
Если версия Eclipse отличается от Juno — следует указать её. Назовём репозиторий «Juno». В окне обновлений нужно выбрать один пункт:
Web, XML, Java EE and OSGi Enterprise Development > WST Server Adapters
Завершим установку плагина. Теперь пора приступить к установке самого ADT PLugin, вводим адрес репозитория:
назовём его «ADT Plugin», для понимания. После ввода ссылки репозитория в окне обновлений появится пару строк, нам нужна строка с интсрументами разработчика, отметим её:
Теперь остаётся завершить установку, согласиться или нет с лицензией и т.п. В конце установки Eclipse попросит перезагрузки.
Если по каким-то причинам в меню Window отсутствуют пункты Android SDK Manager и Android Virtual Device Manager, нужно просто включить отображение этих опций через меню Eclipse:
Window > Customize perspective > Command Groups Availability
В открывшейся вкладке выбираем пункт Android SDK and AVD Manager и жмём OK.
На будущее, расположение Android SDK настраивается через меню:
Window > Preferences > Android
первая строка это то что нам нужно.
Теперь установка комплекта разработчика завершена и можно приступать к самому интересному, но это уже совсем друная история.
Возможная ошибка при запуске Android приложения в Eclipse:
error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
Устранятся установкой пакета ia32-libs:
sudo apt-get install ia32-libs
Инструкции по теме:
9 thoughts on “ Установка Eclipse и Android SDK в Ubuntu ”
Дамы и господа, пользуйтесь этой инструкцией. Если все по инструкции делать, все получится. И не пользуйтесь установкой из Центра приложений- вообще болт. Хотя на Mint Maya работает из Центра. Всем удачи. =)
Сделал «sudo tar -zxvf ./eclipse-SDK-4.2-linux-gtk-x86_64.tar.gz -C /opt» , сделал ссылку — дальше что?
Вопрос не дописал 🙂 При переходе на ссылку: A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:
/home/pavel/ecl/eclipse/jre/bin/java
java in your current PATH
вот таки java уже стоят:
* default-jre
* gcj-4.6-jre-headless
* openjdk-6-jre-headless
* gcj-4.5-jre-headless
* openjdk-7-jre-headless
Das is`t Fantastish. Три дня искал этот сайт за 1.5 часа всё настроил. Дай бог тебе, автор, здоровья в 1000, нет в 1000000 раз больше, чем я сэкономил. ОГРОМНОЕ! ЧЕЛОВЕЧЕСКОЕ! СПАСИБО!
Добавить комментарий Отменить ответ
Для отправки комментария вам необходимо авторизоваться.
How to configure Eclipse and Android SDK [closed]
I am very new to Ubuntu and I love to work on it because it gives me a nerdy feel. Can anyone (without posting the link that is available here) share step-by-step instructions for how to configure Eclipse and Android SDK in Ubuntu 14.10? The current position I am at is, I downloaded Android Studio. I then downloaded Java 7 JDK and configured it. I started Android Studio and it took me around three hours to download the packages, but afterwards it literally stops downloading further packages of «Google repository support» or something. So I decided to download Eclipse and work on it. Eclipse is not giving me any «Android application» submenu when I try to click New Project. I found out that in my ~/home folder I have an Android SDK folder. Many sites insisted that I should check it by running the command «android» in the terminal, but as expected it gave me an error that said: command not found . Can anyone please help me to configure Eclipse (I have already downloaded it from the Ubuntu Software Center) along with Android SDK? I can still open the Android SDK Manager, but I haven’t got a clue how to manage the Android virtual device. I didn’t even find out how to configure it.
Could you provide the source where you follow the installation, and point where you got the error? Also, what is the error message?
Instead of swinging around wildly, you’re going to have to follow the instructions in the link you don’t want posted (presuming askubuntu.com/questions/318246/…), step-by-step. Then you’re going to have to tell us precisely which step is causing you problems, and show exactly what the error messages were, as well as what (if anything) you did to try to solve them. Otherwise, it’s not possible to help you easily. You’re going to want to level-up your nerdiness a bit before continuing.
First, do not put the question title in uppercase, skipping that, I think that you may improve your question putting the error that you said that happens.
1 Answer 1
First of all I would like to thank all the repliers here who has motivated me to move ahead and find the solution.. Thank you @karel for editing my question and turning it into meaningful and sensible.
I have got the answer to configure it. i will explain all the step by step to configure eclipse and android sdk.
this will give u a folder named android-sdk after you extract it in any of your desired location. move on to the directory, /home/’usr’/Android/Sdk/tools and you will find the file named «android». open your terminal (shortcut key is alt + ctrl + t) and paste the file in terminal and execute that file..(you can also do it going to terminal using ‘cd’ command) . once you press enter you will have the sdk manager screen and download and install your desired packages.
2) Now time to configure java. most of the time your eclipse supports java 7 jdk . to configure java. as i mentioned earlier open up your terminal and type: sudo apt-get install openjdk-7-jdk , or what you can do is you can open your software center and type java runtime on the search bar and you can install it from there too.
to check whether you have configured your java or not , open up your terminal and write this code: java -version and you will get output as shown below:
3)its time to download eclipse now and configure it with Android sdk.. open your software center and type eclipse..
after you install it, open your eclipse software. just recalling it (you have now, android-sdk, java, and eclipse. )
so after you got all your files..you need to download the adt(Android Development Tool) plugin. (and this is where I got stuck)
4) you have your eclipse software now opened, so go to Help -> Install New Software and you will get a screen for inputs
you will see a ADD button, click on it, and now you will be asked whether local or location, so in location type this address: https://dl-ssl.google.com/android/eclipse/
you will get the names of all the plugins available and from this list, find out Android Development Tool listed and click next till you download and install it restart your eclipse
5) now its time to point your eclipse to android sdk. after you restart your eclipse it will ask you to point your sdk
click browse and point your directory till /home/’usr’/Android/Sdk
6) there you are, it will ask for further inputs from you and you can follow the screen.
7) you can also see the virtual device option in eclipse if you have configured eclipse properly
let me know if there are any issues faced. or if there is any mistake with these steps.