Skip to content

26.04

Choose a tag to compare

@hal-eisen-adfa hal-eisen-adfa released this 20 Jan 21:14
· 215 commits to stage since this release

Selecting release variant now works

In the Build variants panel, selecting release now correctly creates a release build. The workaround of manually running the Gradle :app:assembleRelease task is no longer required. To use the feature, follow these steps:

  1. Swipe right or tap the menu button to display the left navigation rail.
  2. Tap the Build variants button (which looks like the top of the Android robot). The Build variants panel is displayed. By default, debug will be selected.
  3. Tap debug to display a menu, then select release.
  4. At the bottom, tap Apply. Gradle will reconfigure and sync the project to match the selected build variant. When you build the app, Gradle will create the APK for the currently selected variant.

Click here to watch a short video demonstrating how to use the feature

Other fixes

  • Fixed: GitHub Issue #828: If you exit the layout editor without making changes, saving is no longer initiated.
  • Fixed: Wireless ADB now connects automatically after pairing, even if the Debugger tab is not opened.
  • Fixed: After using Android’s split-screen feature, the app now displays correctly when the split screen is closed.
  • Other bug fixes including:
    DiagnosticCoroutineContextException
    FileNotFoundException
    IllegalArgumentException: Invalid path
    IllegalArgumentException: Cannot add a null child view to a ViewGroup
    IllegalStateException: Activity has been destroyed
    JsonRpcException: java.io.IOException: Stream closed