No emulator image found when creating a mobile chrome Android application

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-world
  • cdup 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?

+4
source share
2 answers

Android SDK Manager , ARM EABI v7a.

+1

Source: https://habr.com/ru/post/1535151/


All Articles