28

由于 Eclipse 可以在 Linux 中运行,并且这款平板电脑具有新的 Honeycomb(Linux 内核),Eclipse IDE 可以在 Android Honeycomb 中运行吗?

我知道在平板电脑中编码不太舒服,但我想用于 UML 建模。

4

10 回答 10

22

Android (despite its Linux roots) is far from capable of running Eclipse IDE as is. Not only is the hardware inadequate for supporting such a large application, but Android lacks a full Java SE JVM (Dalvik is a subset) and SWT (Eclipse UI framework) implementation for native Android UI controls does not exist. On Linux, SWT implementations exist only for GTK and Motif.

You may be interested in project Orion, which is an effort at eclipse.org to create Eclipse-like experience in the browser. I understand that people have been able to use Orion from a mobile browser on devices such as the one on the iPad.

http://mmilinkov.wordpress.com/2011/01/11/introducing-orion/

于 2011-02-23T04:05:15.410 回答
16

不,你不能。

但是谁禁止您使用 VNC 连接到您的计算机?您可以访问您的 Eclipse 或任何您想要的应用程序。

于 2011-02-22T15:46:00.030 回答
7

You can't run Eclipse but you can try AIDE:

https://market.android.com/details?id=com.aide.ui

It is compatible with the Eclipse project file format, has a fast editor with syntax highlighting and supports the full edit-compile-run cycle.

于 2012-02-29T12:09:26.603 回答
3

1.) The latest Android tablets ARE now powerful enough to run software like the Eclipse IDE in fact they are more powerful than the Intel and AMD processor machines that Eclipse was originally developed to run on.

2.) The tablet is a useful tool for graphical modelling techniques and the addition of an external wireless keyboard can improve input of code in a text editor.

3.) There is a lack of support for Java SE runtime for Android.

4.) Limited Android root access on the standard commercially supplied Tablets make it impossible to access OS features and install, compile or access development tools without additional 3rd party applications.

5.) AIDE does provide a method to write and run code on Android but the free version is extremely limited and the commercial (paid) version is nowhere near as powerful or comprehensive as the freely available Eclipse for Windows or Linux.

于 2013-12-09T09:22:54.993 回答
2

You can use DroidDevelop. DroidDevelop allows to create native Android application on your mobile device. You don't need to install Android SDK, Eclipce and an other desktop program for Windows or Linux to start programing for Android.

https://market.android.com/details?id=com.assoft.DroidDevelop

http://en.assoft.ru/droiddevelop

于 2012-03-05T14:23:53.883 回答
1

简短的回答,不。

长答案,虽然 Honeycomb 是基于 Linux 的,但你必须做很多黑客攻击才能达到可以在其上安装完整 IDE 的程度。Android 适用于应用程序。没有 Eclipse 应用程序,因此您不能拥有 Eclipse。

于 2011-02-22T15:38:30.860 回答
1

There was actually a version of Ubuntu for Android, you could do the Ubuntu install for Eclipse on your tablet if you were running it.

As for running Eclipse on an android OS? Not so much since Android has no real JVM.

于 2014-08-26T00:00:42.980 回答
0

Eclipse 下载页面列出了适用于 Windows、Linux 和 Mac OSX 的软件包。Android 未被列为支持安装 IDE 的操作系统之一。

于 2011-02-22T15:25:14.073 回答
0

您是在谈论在设备上使用 Eclipse API 实际运行 Java 代码吗?这并非不可能,但您将自己完成大部分工作。困难的部分是让 SWT 运行并显示为原生 Android 对象,同时支持 Eclipse 用户期望的所有控件。

过去曾有过 Eclipse 项目,以使 API 的一个可行子集在嵌入式空间中运行。IBM 的 eRCP 就是一个这样的项目。我不知道有任何活动在 Android 上做出类似的努力,但没有要求向 Eclipse 社区宣布此类工作。

于 2011-02-22T16:34:01.253 回答
0

Its not possible to install Eclipse directly to Android OS but you can run Eclipse on your Tablet via Linux Deploy Application. But first you need to get Linux setup on your Android and use VNC viewer for display. That's how I did it.

See screen shot of Linux on Android running Eclipse.

于 2016-01-05T14:05:06.507 回答