I'm trying to develop a mobile chrome app.
Here are the steps I followed:
- Install JDK 7
- Install node
- Install cca
- Install ant
- Install android-sdk
- Create a basic "hello-world" desktop chrome app
cd
to hello-world and runcca create mobile-hello-world
cd
tomobile-hello-world
and run cca run android
Here is the error message I get:
ERROR : No emulator images (avds) found, if you would like to create an
avd follow the instructions provided here:
http://developer.android.com/tools/devices/index.html
Or run 'android create avd --name <name> --target <targetID>'
in on the command line.
Isn't cca supposed to take care of creating an emulator image for me?
I don't see any instructions in mobile chrome app documentation for this. What should I do?