当前位置: 首页 > 工具软件 > ADB IDEA > 使用案例 >

Intellij Idea flutter launch emulator Manager Unable to locate adb

左华灿
2023-12-01

Intellij Idea测试flutter项目时,launch AVD emulator弹出:
AVD Manager Unable to locate adb

Solution:

Click on the project folder, tap the dropdown icon just beside it.

Now Navigate to the path below.

android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java

Now Click on the file GeneratedPluginRegistrant.java to open it.

Once it is open, At the Top you will notice a bar that says ‘Module SDK is not defined’, Now right against it, you will also see a hyper-text named ‘Setup SDK’, Just Click on it.

That will open a Pop-up Box with the title ‘Select project SDK’.

Now select the Android Platform API and then click OK. After that being done Restart your IDE.

Your Problem will be Solved. And you will also notice that Emulator Opens up way faster than before.

NOTE:

The Above Steps has to be performed with every new flutter project.

I have already answered the problem here before.

Follow this link to see the pictures and step by step process.
https://stackoverflow.com/questions/62468046/android-studio-launch-emulator-avd-unable-to-locate-adb

 类似资料:

相关阅读

相关文章

相关问答