Issue
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 shows a red warning "Error initializing ADB: Android Debug Bridge not found"
On a "normal" Android Project with Java there is no Problem and everything is displayed correctly.
I reinstalled Android Studio, changed the AVD but nothing changed.
Is this a bug in Flutter or Android Studio? Thanks for helping.
Solution
Ok, I solved the problem. You must go to your Project Structure, add a Project SDK to your project and reopen Android Studio. Then the Problem should be solved.
Answered By - user11590240
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.