ubuntu - Unable to launch an AVD Emulator: PANIC: Could not open: /home/baldur/.android/avd/AVD_for_Nexus_7_by_Google.ini -
i have been looking around online tutorials on how started development of qt & opencv applications android devices, in particular nexus 7 running android 4.2.2. fooling around, able create emulator , run on android virtual device (under ubuntu linux 12.10).
i trying take on more systematic , meticulous approach , better understand doing. uninstalled qt/necessitas sdk , reinstalled. having following problems:
- when trying launch android emulator using nexus 7 target device definitions’ (i.e., known device configuration), receive following type of error:
starting emulator avd ‘avd_for_nexus_7_by_google; panic: not open: /home/baldur/.android/avd/avd_for_nexus_7_by_google.ini
- when trying launch android emulator using own custom definition of android virtual device, receive following error:
emulator: error: avd’s configuration missing kernel file!!
with device 'avd_for_nexus_7_by_google' created, create on ‘start’ in avd manager. nothing happens, qt creator turns gray-ish, , keep waiting. necessitas seems hang up.
i can run avd virtual device manager if run necessitas through sudo, after installation.
any pointers on how fix these problems welcomed.
best regards, baldur
p.s. including few images provide reasonably idea of going on.
have checked make sure path virtual device definition exists, has right permissions along entire folder path, , still contains definition file?
/home/baldur/.android/avd/avd_for_nexus_7_by_google.ini
have moved folders around, such install locations of ide?
i'm used windows eclipse android development bundle. has settings can change path folder device definitions. same true yours, , if so, path set nexus definition? note: not file defines instance of avd create (you make many), file tells ide settings creation of instance of nexus 7-like avd ( analagous default class definition tells ide properties nexus 7 has).
Comments
Post a Comment