android sdk missing system-images -
i'm trying setup multiple target on ci server (centos 64_x86) automated android app testing, run multiple emulator heedlessly. after extracting latest sdk http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20130729.zip , run, android update sdk --no-ui suppose should have installed existing component properly, 2 problems found,
after selected "arm eabi v7a system image, android api 18" , agreed "android-sdk-license-bcbbd656", seems installed next time update sdk shows again , installable. note installed them through command line no window ui available, not sure if difference here.. (however emulator api 18 working...)
looking @ folder $sdk_path/system-images, "android-18/armeabi-v7a" available, compared sdk installation on macbook, same folder contains richer content including whatever api available, not api 18.
i guess difference above caused 3rd issue (for example on api 15 don't have "system-images/android-18/armeabi-v7a"), when run lator avd like,
emulator -no-window -port 5554 -snapshot default -avd google_api_15
error happens
emulator: trying load skin file '/home/abc/adt/sdk/platforms/android-15/skins/wvga800/layout' emulator: skin network speed: 'full' emulator: skin network delay: 'none' emulator: error: avd's configuration missing kernel file!!
comparing normal output should
emulator: skin network speed: 'full' emulator: skin network delay: 'none' emulator: autoconfig: -kernel /home/bamboo_master/environment/adt/sdk/add-ons/addon-google_tv_addon-google-12/images/x86//kernel-qemu emulator: autoconfig: -ramdisk /home/bamboo_master/environment/adt/sdk/add-ons/addon-google_tv_addon-google-12/images/x86//ramdisk.img emulator: using initial system image: /home/bamboo_master/environment/adt/sdk/add-ons/addon-google_tv_addon-google-12/images/x86//system.img emulator: autoconfig: -data /home/bamboo_master/.android/avd/google_api_15.avd/userdata-qemu.img emulator: autoconfig: -initdata /home/bamboo_master/.android/avd/google_api_15.avd/userdata.img emulator: autoconfig: -cache /home/bamboo_master/.android/avd/google_api_15.avd/cache.img emulator: autoconfig: -snapstorage /home/bamboo_master/.android/avd/google_api_15.avd/snapshots.img emulator: physical ram size: 1024mb
if understanding right it's due system-image missing, there way install them? thanks.
inspired post, can install other system-images using
android update sdk --no-ui --all
install android old system images (abis) command line
however i'm still testing.. : )
Comments
Post a Comment