Is possible install Eclipse IDE in a Galaxy Tab?

2019-01-23 11:33发布

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.

10条回答
走好不送
2楼-- · 2019-01-23 12:06

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.

查看更多
\"骚年 ilove
3楼-- · 2019-01-23 12:07

Short answer, no.

Long answer, although Honeycomb is based on Linux, you'd have to do a lot of hacking to get to the point where you can have a full blown IDE installed on it. Android works with apps. There isn't an Eclipse app, so you can't have Eclipse.

查看更多
forever°为你锁心
4楼-- · 2019-01-23 12:09

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

查看更多
霸刀☆藐视天下
5楼-- · 2019-01-23 12:11

Are you talking about actually running Java code with Eclipse APIs on the device? It's not impossible, but you will be doing most of the work yourself. The difficult part will be getting SWT to run and appear as native Android objects while supporting the full range of controls that Eclipse users expect.

There have been Eclipse projects in the past to get a workable subset of the APIs to run in an embedded space. One such project was eRCP, by IBM. I'm not aware of any activity to make a similar effort on Android, but there's no requirement to announce such work to the Eclipse community.

查看更多
登录 后发表回答