eclipse - android can't even run "Hello World" -
i want run "hello world" in android, eclipse console show:
failed install hello.apk on device 'emulator-5554! (null) launch canceled!
my eclipse logcat show:
executing /system/bin/e2fsck failed: no such file or directory * , many more
i have read many tutorial on website , follow steps:
- install jdk1.7.0_51 (64-bit)
- install android sdk 22.6.2 (http://dl.google.com/android/installer_r22.6.2-windows.exe)
- use sdk manager download api level 19
- download eclipse kepler 4.3.2 (64-bit)
- install adt plug-in url(https://dl-ssl.google.com/android/eclipse/)
- make avd
i have download adt-bundle said single download, adt bundle includes need begin developing apps. not work both 32bit , 64bit.
is because of version of sdk,jdk,adt-plugin, , other not match or what? can give me set of version of sdk, jdk, adt-plugin... work, , link download it?
use jdk v1.6.45 instead. can find v1.6.45 here.
jdk v7 not supported android yet.
also, if use android sdk v22.6.2, must use adt v22.6.2.
Comments
Post a Comment