question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Resource Manager - Waiting for Build to Finish...

See original GitHub issue

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.

Steps to Reproduce

I reached that point to try to put a beta test up on the play store and that means I have to navigate the icon review gauntlet.

Unfortunately, it looks like it’s Waiting for Godot the build to finish

I installed Android Studio Canary but I think that was not the solution I had hoped for and caused a lot of settings to get slightly messed, some involving the installation of a 2nd Android SDK at c:\users\me\AppSettings\Local

I deleted that and tried to go back to Android Studio stable but now flutter doctor tells me the flutter plugin is not installed. I removed the Flutter and Dart plugins and restarted the IDE and installed them again but flutter doctor hasn’t changed from what it was.

I’m not sure perhaps I need to start from a new Windows install at this point 😢

Version info

λ d:\bin\flutter\flutter\bin\flutter.bat doctor -v
[√] Flutter (Channel stable, 1.22.3, on Microsoft Windows [Version 10.0.18363.1139], locale en-US)
    • Flutter version 1.22.3 at d:\bin\flutter\flutter
    • Framework revision 8874f21e79 (8 days ago), 2020-10-29 14:14:35 -0700
    • Engine revision a1440ca392
    • Dart version 2.10.3

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at D:\bin\android_sdk
    • Platform android-30, build-tools 30.0.2
    • Java binary at: D:\bin\AndroidStudio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

[!] Android Studio (version 4.1.0)
    • Android Studio at D:\bin\AndroidStudio
    X Flutter plugin not installed; this adds Flutter specific functionality.
    X Dart plugin not installed; this adds Dart specific functionality.
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[!] Connected device
    ! No devices available

! Doctor found issues in 2 categories.

(the problems about the plugins are kind of a lie, I’m sure it’s some setting that’s messed up but they are installed and show up as such in settings/plugins)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
stevemessickcommented, Nov 10, 2020

JetBrains changed the location where plugins are stored. The Flutter SDK hasn’t caught up to that change yet. Obviously the plugin is installed if you are seeing any Flutter support in the IDE.

What version of the Flutter plugin are you using?

Please attach a screen shot of the “Waiting for the build to finish” message. This may be an issue with the SDK rather than the plugin.

If you can, your quickest resolution may be a complete re-install. Be sure to remove the cache files added by the IDE. https://www.jetbrains.com/help/idea/2020.1/uninstall.html If you decide to do that please let us know the result.

0reactions
llaenowydcommented, Nov 11, 2020

Ok, I wonder how to arrive at the Asset Studio, I can reach it by trying to add a new image asset in a React Native app, but the menus seem a bit different when opened on a Flutter App. Honestly the only reason I was mucking around in the Resource Manager was trying to find a way to here:

android_studio_asset_studio

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio waiting for build to finish - Stack Overflow
Workaround: Create an empty activity, activity class ( MainActivity.java ) and layout ( activity_main.xml ). Once it is done, create a new ...
Read more >
How to fix Android Studio waiting for a build to finish in ver 3.2.1
Step 1: Update Gradle version. An easier way to accomplish this is to go to: Open Module Settings (your project) > Project Structure....
Read more >
"Waiting for build to finish" bug in Android Studio and the ...
Note 2: This bug only happens when one is using a custom view in an XML file. If you don't even need to...
Read more >
Add wait operation to ARM template deployment
This forces the step to wait until the PowerShell script has finished executing. "resources": [. {. "type": "Microsoft.DBforPostgreSQL/servers",.
Read more >
Gradle 4.8.1 Build Hangs Forever · Issue #5836 - GitHub
It feels like all the execution tasks are complete and Gradle just isn't ... Object.wait(Object.java:502) at org.gradle.internal.resources.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found