java - 使用 python 的 Android 应用程序

标签 java android python eclipse sdk

我从链接 http://www.linuxplanet.com/linuxplanet/tutorials/7157/1 发现可以通过 Python 进行 Android 开发。 .我的问题是是否所有在 Java 中可用的库在 python 中也可用。

如果你们中的任何人已经开始在 Android 上使用 python,请提供链接以帮助我们的团队加快速度。

最佳答案

不,并非所有库都已公开。你可以看看SL4A project on google-code了解有关其支持的更多信息。

Is this a complete API bridge, or are there restrictions?
BeanShell, JRuby, and Rhino basically give you a complete API bridge (you can invoke Java calls directly). See the documentation for those interpreters for instruction on how to accomplish this. Cross compiled languages like Lua are more restricted. They only have access to the APIs exposed through the RPC layer. See the API reference for a list of currently supported APIs. The RPC layer is easy to extend.

关于java - 使用 python 的 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10101249/

相关文章:

java - 以编程方式选择复选框节点的问题

android - 结合 StateListDrawable 和 LevelListDrawable

python - peewee.OperationalError : near "AS": syntax error

python - 使用 Twisted 进行基本 HTTP 解析

python - 如何矢量化 3D Numpy 数组

java - 如何在程序执行过程中休息几秒钟

java - Android:将textView放在ListView下面

java - 无法在 kotlin 中调用静态 panache 方法

Android Studio 字体问题

android - 为什么我的 else 语句不适用于具有两个功能的 Cardview?