Is possible install Eclipse IDE in a Galaxy Tab?

后端 未结 10 1514
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-15 04:02

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 comfor

相关标签:
10条回答
  • 2020-12-15 04:14

    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/

    0 讨论(0)
  • 2020-12-15 04:16

    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

    0 讨论(0)
  • 2020-12-15 04:17

    No you can't.

    But who forbid you to connect to your computer using VNC? You can access your Eclipse or whatever application you want.

    0 讨论(0)
  • 2020-12-15 04:21

    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.

    0 讨论(0)
  • 2020-12-15 04:22

    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.

    0 讨论(0)
  • 2020-12-15 04:22

    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.

    0 讨论(0)
提交回复
热议问题