I tried to setup my workplace to work on Android apps, but after two days still with no luck. I downloaded Android SDK bundle, that includes Android SDK, Eclipse and AVD manager, installed and updated everything.
I created a virtual device with AVD, that's how it looks and it seems right, but for sake of pecision I also say I tried a lot of configurations trying to combine the various voices.
- DEVICE: Galaxy Nexus (4.65'' 720 x 1280)
- TARGET: Android 4.3
- Hardware Keyboard Present: [V]
- Display a skin with hardware controls: [V]
- RAM: 512 MB
- VM HEAP: 64 MB
- SD STORAGE: 512 MB
Emulation options: Snapshot[ok] Host GPU [no] I click on start and then Ok.
When in cmd I try to launch adb devices it returns an empty list; Eclipse, in the devices tab shows nothing. I also tried to cmd :
- adb kill-server
- adb start-server
with no luck.
By the way I tried to create an Android 4.3 sample project, notepad. When I click on debug it opens AVD window asking me which device I choose to debug the application.
I choose the device I created, it loads for a while and the eclipse console shows an ok as if all went good. The problem is no window appears; I don't know in which of the above steps the device emulator window should appear, but it never does.
Any hint?