I'm newly at android. I installed android SDK and configured few emulators to work with applications.
But problem is that no one doesn't work when I lunch it.
I'm using Xubuntu 12.04.
Here is how looks virtual device manager:
And one configuration:
Here is more info about PC characteristic:
nazar@nazar-desctop:~$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
model : 107
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
stepping : 1
cpu MHz : 2109.755
cache size : 512 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv
bogomips : 4219.51
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps
processor : 1
vendor_id : AuthenticAMD
cpu family : 15
model : 107
model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4000+
stepping : 1
cpu MHz : 2109.755
cache size : 512 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 3dnowprefetch lbrv
bogomips : 4219.14
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps
It should works. I tried this configuration at my old OS - Ubuntu 12.04 (exactly worked only one with ARM processor and android 2.3).
But here even emulator window doesn't appear.
One more things I can't delete any emulators. I t prints that emulator is running and can't be deleted
:
But I only started sdk. This looks very strange.
Why exactly this happen? How to solve this trouble?
Go to
$HOME
folder, find.android
hidden folder. Then there should beavd
folder. There should be yourAVDNAME.INI
and a folder with same AVD name. Delete them both, re-create them from beginning. Don't use high memory values, create a basic simple AVD, then run it. Also as Stefano in comments suggested, consider rebooting OS.