简体   繁体   中英

which jdk to use for android sdk?

i am using openjdk in my Ubuntu 11.04 64 bit. 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. so is that the problem with the jdk? Please somebody help me.

Your problem regarding the hello world program is not associated the jdk. Android does not use jdk for any of its programming (It does need it for installing the SDK to begin with). Android has its own API library.

For information on how to create a simple hello world program, please view the link below.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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