Android 设备中是否有 JDK 供 AIR 应用程序通过 NativeProcess 访问它?
它在哪里?它在不同的 Android 版本之间是否会改变位置?
What where is it, and does it change location between the different Android versions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使您使用 Java 语言作为语法来开发 Android 应用程序,实际的 Android 设备也永远看不到此代码(即使真正的 Java 代码在 Android 上执行,也不会出现 Java 开发工具包 是必要的,因为 Java运行时环境就足够了)。
Android 应用程序在 Dalvik VM 上执行。
Even though you're developing Android Apps using the Java language as the syntax, the actual Android device never sees this code (and even if real Java code was executed on Android, no Java Development Kit would be necessary because the Java Runtime Environment is sufficient).
Android-Apps are executed on the Dalvik VM.