简体   繁体   English

哪个 jdk 用于 android sdk?

[英]which jdk to use for android sdk?

i am using openjdk in my Ubuntu 11.04 64 bit.我在我的 Ubuntu 11.04 64 位中使用 openjdk。 but i am unable to create the AVD with SD card and when created the AVD without SD card i akm unable to launch simple hello world program in emulator.但我无法使用 SD 卡创建 AVD,当创建没有 SD 卡的 AVD 时,我无法在模拟器中启动简单的 hello world 程序。 so is that the problem with the jdk?那是jdk的问题吗? Please somebody help me.请有人帮助我。

Your problem regarding the hello world program is not associated the jdk.您关于 hello world 程序的问题与 jdk 无关。 Android does not use jdk for any of its programming (It does need it for installing the SDK to begin with). Android 不使用 jdk 进行任何编程(它确实需要它来安装 SDK 开始)。 Android has its own API library. Android 有自己的 API 库。

For information on how to create a simple hello world program, please view the link below.有关如何创建简单的 hello world 程序的信息,请查看下面的链接。

http://developer.android.com/resources/tutorials/hello-world.html http://developer.android.com/resources/tutorials/hello-world.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM