stevemessick
stevemessick
See also #5940 for another cause.
I read through these changes and see nothing that obviously needs to be changed. I'm going to be OOO today but I'll finish my review tomorrow. I did not see...
> there are two files, `artifacts` and `resources` that have a single line that points to the directory above them. This is one of those "things are the way they...
I patched in this PR and ran it on my Mac. I had a couple problems. First, it downloads `android-studio-ide-2021.1.1.8-linux.tar.gz` even though `android-studio-2021.1.1.8-linux.tar.gz` (no "-ide") is already in `artifacts`. And...
Great, looking forward to finishing the review. We'll keep this one open.
Android Studio is designed to edit Android apps, not Flutter apps. Flutter uses some of the Android framework, but is structured significantly differently than Android. When a Flutter app is...
The screen shot looks like you're using the embedded DevTools. @kenzieschmoll @helin24 Which app controls the header, where it shows "ONEPLUS A3000"? Is that part of DevTools or the Flutter...
@pedromassango Add this to line 55 of flutter-idea/build.gradle.kts: `"android",` I'm currently reviewing this PR. After that change, it may be ready for review, but I'm having some trouble launching the...
Yeah, the change I suggested does nothing. The Android plugin is already a dependency. Your code does work when I build a binary plugin and install it. I'm having trouble...
No, I checked the plugins page. It is listed as "bundled".