Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is possible install Eclipse IDE in a Galaxy Tab?

Since Eclipse can run in Linux and this tablet has the new Honeycomb (Linux Kernel), can Eclipse IDE run in Android Honeycomb ?

I know that isn't pretty much comfortable coding in a tablet, but I'd want to use for UML modeling.

like image 826
texai Avatar asked Feb 22 '11 15:02

texai


People also ask

Can we install Eclipse in mobile?

For developing the android application using eclipse IDE, you need to install the Eclipse. you can download it from this location download the Eclipse. Eclipse classic version is recommended but we are using the Eclipse IDE for JavaEE Developers.

Does Eclipse support Windows 11?

Eclipse is successfully installed on Windows 11 machine.

How do I download Eclipse version?

You can do this by going into Help -> About Eclipse -> Installation Details, then click the Installation History tab at the top. Find the date & time when you upgraded to Luna & select the entry before (below) that. Now click "Revert" at the bottom.


1 Answers

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/

like image 162
Konstantin Komissarchik Avatar answered Oct 09 '22 04:10

Konstantin Komissarchik