Results 470 comments of Malcolm Smith

> Could not reserve enough space for 2097152KB object heap This will be because of the `-Xmx` setting in [gradle.properties](https://github.com/beeware/briefcase-android-gradle-template/blob/main/%7B%7B%20cookiecutter.format%20%7D%7D/gradle.properties). The current version of that file in the template is...

Reducing the limit would be a bad idea becuase all testing of both the Android and Chaquopy Gradle plugins will be done at the default limit. So I agree the...

> In the log, you can see `stderr` has content, but it is not being fully captured in the log. > > https://github.com/user-attachments/files/16044976/briefcase.2024_06_30-10_13_00.package.log For context, the full error is shown...

Split view only affects the "trim on save" feature – running the trim command manually still works.

@henryiii: This is close to being complete, so please enable the rest of CI.

To run the integration tests on most of the CI machines, it looks like I'll need to automate installation of the correct Python version. For macOS this can be done...

Thanks, I'll be looking at that in the next day or two.

OK, I think I've responded to all the review comments, and python-build-standalone is working well. So all that remains is to get the Android emulator working on the CI platforms....

Sorry for the delay. This is my top priority now, so hopefully we can get it included in the 3.0 release. The tests that only involve building wheels (without testing...