I am trying to develop a mobile Chrome app.
Below are the steps that I followed:
- Install JDK 7
- Install node
- Install cca
- Install ant
- Install android-sdk
- Create the basic hello-world Chrome desktop app.
cd in hello-world and run cca create mobile-hello-worldcdup mobile-hello-worldand run android cca run
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.
Shouldn't I create an emulator image for me?
I do not see any instructions in the documentation for mobile Chrome. What should I do?
source
share