Don't see genymotion virtual device at list

后端 未结 4 1167
后悔当初
后悔当初 2020-12-05 15:50

Yesterday my emulator worked stable and good. But today I can\'t launch my app because I don\'t see any of my genymotion devices. I have reinstalled my AS and Genymotion. I

4条回答
  •  盖世英雄少女心
    2020-12-05 16:14

    Update: This is no longer necessary with Genymotion 3.0.2

    This is likely caused by a behavior change introduced in ADB in the Android SDK, in platform-tools 28.0.2.

    The easiest workaround for now is to downgrade platform-tools to 28.0.1. Unfortunately the SDK manager does not let you do that easily, so you have to manually download the zip for your platform.

    The urls for platform-tools 28.0.1 are:

    • Linux: https://dl.google.com/android/repository/platform-tools_r28.0.1-linux.zip
    • macOS: https://dl.google.com/android/repository/platform-tools_r28.0.1-darwin.zip
    • Windows: https://dl.google.com/android/repository/platform-tools_r28.0.1-windows.zip

    You have to:

    1. Download the right zip
    2. Kill any running adb process
    3. Find the platform-tools folder in your Android SDK installation, and backup/rename it
    4. Unpack the zip in the parent of the platform-tools folder

提交回复
热议问题