Error initializing ADB: Debug Bridge not found

后端 未结 2 1449
暗喜
暗喜 2021-01-22 04:29

I want to work with some files in flutter and so I wanted to use the Android Studio Device File Explorer to check if everything works correctly. But the Device File Explorer sh

2条回答
  •  说谎
    说谎 (楼主)
    2021-01-22 04:46

    The error might occur when you create a Flutter app in VS Code instead of Android Studio. To fix it, simply add a misc.xml file in your .idea folder, with the following contents or similar:

    
    
      
      
        
    
    

    You could also create a new Flutter project in Android Studio to view the contents of misc.xml as it might differ slightly.

提交回复
热议问题