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:

  1. install jdk1.7.0_51 (64-bit)
  2. install android sdk 22.6.2 (http://dl.google.com/android/installer_r22.6.2-windows.exe)
  3. use sdk manager download api level 19
  4. download eclipse kepler 4.3.2 (64-bit)
  5. install adt plug-in url(https://dl-ssl.google.com/android/eclipse/)
  6. 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

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -