-
Using F9 when Platform is Android in editor now “just works”. That is, it will execute package + install + run. So it will rebuild and run the project on your connected Android device (assuming you have installed Android SDK and cross-compiler).
-
You can now choose the package format (zip, tar.gz, Android APK, Android AAB etc.) in the editor.
-
Better treatment of “package format” throughout build tool for “package” and “install” commands. The “install” build tool command now takes
--package-format
argument too. -
The “install” on Android fixed, to look for APK with proper name.
1 Like
This is Awesome !