I'm trying to setup an Android development environment without Eclipse using this guide.
I've managed to install the SDK and create a new project, but I'm getting an error while trying ant debug install
to run the app for the first time:
install:
[echo] Installing /Users/x/work/private/HelloAndroid/bin/HelloAndroid-debug.apk onto default emulator or device...
[exec] error: device not found
And when I try adb devices
I get an empty list. Same happens on android list avd
, and the .android/avd
directory contains nothing.
Do I need to manually install emulators? I thought the SDK included at least a default one. Any help would be greatly appreciated!