emulator launched but not detected by android studio

前端 未结 6 1681
情话喂你
情话喂你 2021-01-12 05:42

I\'m a beginner in Flutter and I\'ve an emulator opened/powered on and android studio doesn\'t detect it. 1

hence I can\'t run any program because \"no device is ru

6条回答
  •  星月不相逢
    2021-01-12 06:19

    In a windows platform I did:

    If you have ran flutter doctor and there is no issues and if you can run your flutter app in cmd or using VSCode:

    Just try to open Android Studio or IntelliJ as administrator by right clicking on the icon. This may list down devices and solve your problem.

    The reason may be you have cloned flutter repository or you don't have right permission in flutter installed directory.

提交回复
热议问题