在arm处理器上开发android应用程序

发布于 2024-10-31 11:29:27 字数 127 浏览 0 评论 0原文

我想在 ARM 处理器上的 Ubuntu 上开发 Android 应用程序。 我一直在寻找将在arm处理器上运行的android sdk,但我只能在android网站上找到x86版本。

有谁知道哪里可以得到 ARM 版本吗?

I'm wanting to develop android applications on Ubuntu which is on an ARM processor.
I've looked for an android sdk that will run on an arm processor but all I can find is the x86 version on the android site.

Does anyone know where I can get an ARM version?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

波浪屿的海角声 2024-11-07 11:29:27

据我所知,Android SDK 没有移植到 ARM 处理器上。我什至不确定是否有 Java JDK 到 ARM 处理器的移植,而这是 Android SDK 的先决条件。

There is no port of the Android SDK to the ARM processor that I am aware of. I'm not even sure that there's a port of the Java JDK to the ARM processor, and that is a prerequisite for the Android SDK.

深海夜未眠 2024-11-07 11:29:27

Play 商店中的终端 IDE 包含Android SDK 以及开发针对 ARM 预编译的 Android 应用程序所需的工具。

它还包括一个 4 页终端仿真器和 VIM,用于直接在设备上进行编码/构建。

如果您想在 Ubuntu(在设备上)下进行编译,您可以安装它并复制 ARM 编译的二进制文件以推出您自己的开发环境。

我相信 AIDE 类似,但是提供 GUI 代码编辑器而不是 VIM。但我自己没用过。

Terminal IDE on the play store contains the Android SDK, and the tools you need to develop Android applications pre-compiled for ARM.

It also includes a 4 page terminal emulator and VIM for coding/building directly on the device.

If you wanted to compile under Ubuntu (on device) you could probably install it and copy out the ARM compiled binaries to roll your own development environment.

I believe AIDE is similar, but provides a GUI code editor instead of VIM. But I haven't used it myself.

眉黛浅 2024-11-07 11:29:27

我的环境是 Xoom 平板电脑上的 Ubuntu Precise chroot。 Ubuntu 是使用 Google Play 中的 Linux Deploy 安装的。

Qt Creator 和 Eclipse for armhf 都包含 SDK 和 JDK。然而,在 Eclipse 中,它们必须通过“安装软件”来安装,可通过“帮助”、“选项”访问。我仍在参与配置这两个程序所需的步骤,并且还不能肯定地说 Qt Creator SDK 已默认安装。

我已将注意力转向寻找一个很可能必须从源代码安装的工具链。到目前为止,GNU 版本 看起来将是我的第一选择。

我的目标是开发 Android 版本的 OpenCPN,这是一个开源导航和图表程序。

My environment is Ubuntu Precise chrooted on a Xoom tablet. Ubuntu was installed using Linux Deploy from Google Play.

Both Qt Creator and Eclipse for armhf include SDK and JDK. However, in Eclipse they have to be installed via 'Install Software' accessed through 'Help', 'Options'. I'm still involved in steps necessary to configure both programs and can't say positively yet that the Qt Creator SDK has been installed by default.

I've turned my attention to finding a toolchain which will most likely have to be installed from source. Thus far it looks like the GNU version will be my first choice.

My objective is to develop an Android version of OpenCPN, an open source navigation and charting program.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文