Reid Baker
Reid Baker
My guess is heap errors are either that your Java and gradle versions are not compatible or are because you need to increase your grade heap size. I think most...
If someone was looking to improve the documentation they might expand the agp acronym to be "Android gradle plugin" and link to https://developer.android.com/build/releases/gradle-plugin
Gary is no longer working on flutter issues. Removing him to correctly reflect bug status.
@mariamhas to confirm priority is correct.
> There was already a file with the existing name so I added the word Integration to the file name.
Hmm tests are failing with ``` /tmp/cirrus-ci-build/packages/espresso/example/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java:17: error: package androidx.multidex does not exist import androidx.multidex.MultiDex; ^ /tmp/cirrus-ci-build/packages/espresso/example/android/app/src/main/java/io/flutter/app/FlutterMultiDexApplication.java:25: error: cannot find symbol MultiDex.install(this); ^ symbol: variable MultiDex location: class FlutterMultiDexApplication 2...
New test is passing locally with (from root)`dart run ./script/tool/bin/flutter_plugin_tools.dart drive-examples --android --packages espresso` from packages/expresso/example/android `./gradlew app:assembleAndroidTest -Pverbose=true` But is still failing in ci. Any ideas are welcome. As...
I can reproduce the new failure by running `./gradlew app:mergeDexDebug` from packages/espresso/example/android
https://firebase.corp.google.com/u/0/project/flutter-cirrus/testlab/histories/bh.61e29d9ae01b62d4/matrices/7984669307152441086/executions/bs.cbe8c5c67d29ab9c/videos Test is timing out and I cant figure out why.