When developing in android studio, there is an error that there is no System Image when creating an emulator

来源:[Android Studio] Error: Missing system image on device

 If you have recently downloaded the Android Studio and after the first boot trying to run your first Application, it is most likely that you will run over with Missing system image on device error message as the project related dependencies are still getting downloaded.

If still the issue persists,

  • I.Go to Tools -> Device Manager
  • II.2Click on Create Device
  • III.Select a Phone -> Next
  • IV.Now Download an Image, you will see SDK Component Installer
  • V.Once complete,hit Next and Finish

Guess you like

Origin blog.csdn.net/weixin_45889893/article/details/128528832