你能开发Android程序的Andr​​oid平板电脑的Andr​​oid设备上你能、平板、程序、设备

2023-09-05 06:18:33 作者:雨潇潇

我买了爱可视Android平板电脑,想知道是否有可能开发一个Android设备上的Andr​​oid应用程序(如表)?

I bought an Archos Android tablet and was wondering if it possible to develop Android applications on an Android device ( such as a table ) ?

目前我使用Eclipse在Windows PC上的那一刻。

At the moment I use Eclipse on a Windows PC.

推荐答案

标准Android的发展,需要构建工具(例如,Java的编译器)不运行在Android,也有可能随时在Android上运行很快。

Standard Android development requires build tools (e.g., Java compilers) that do not run on Android, nor are likely to run on Android any time very soon.

SL4A 允许你写在各种语言的脚本,并具有一定的能力,这些脚本用简单的界面和分发作为的APK。

SL4A allows you to write scripts in various languages, and has some ability for those scripts to have simple UIs and be distributed as APKs.

这是可以修改 PhoneGap的应用程序,让您可以编辑HTML / CSS / Javascript的内容的设备上加载该内容。但是,它并没有做到这一点开箱即用,你仍然需要为了创建APK文件的生成工具(或访问build.phonegap.com)。

It is possible to modify a PhoneGap application to allow you to edit the HTML/CSS/Javascript content on a device and load up that content. However, it does not do this "out of the box", and you would still need the build tools (or access to build.phonegap.com) in order to create APK files.

有可能在这个一般领域的其他解决方案,以及。所有的节目非传统的方式为Android,这意味着他们在主流Android开发的边缘。既然你没有指定你的目标是,目前还不清楚这些类型的解决方案是否对你有意义与否。

There are probably other solutions in this general area as well. All are "non-traditional" ways of programming for Android, meaning they are on the fringes of mainstream Android development. Since you did not specify what your objectives are, it is unclear whether these sorts of solutions are meaningful to you or not.