My project has several modules, say M1, M2, M3, where module M1 is used more often then other.
1. Every time when I use 'Create Signed Bundle / APK' the M3 module is selected by default, so every time I need to reselect M1. If will be much more convenient if Android Studio restored the last selection.
2. It looks logical for the Destination Folder to match the selected module. For example, if I select module M2, the default destination folder should be 'MyProject/M2'. At the moment Android Studio just recovers the last used destination folder without relevance to selected module.
3. The Event log message "APK(s) generated successfully: Module 'MyModule': locate or analyze the APK", link 'locate' points to a wrong directory, if the project contains several flavours: it refers to "MyProject/release', but should refer to "MyProject/MyFlavour/release'.
Description
AI-181.5540.7.32.5056338, JRE 1.8.0_152-release-1136-b06x64 JetBrains s.r.o, OS Windows 10(amd64) v10.0 , screens 1680x1050
Android Gradle Plugin: 3.2.1
Gradle: 4.6
NDK: from local.properties: (not specified); latest from SDK: (not found);
LLDB: pinned revision 3.1 not found; latest from SDK: (package not found);
CMake: from local.properties: (not specified); latest from SDK: (not found); from PATH: (not found);
==========================================================================================
My project has several modules, say M1, M2, M3, where module M1 is used more often then other.
1. Every time when I use 'Create Signed Bundle / APK' the M3 module is selected by default, so every time I need to reselect M1. If will be much more convenient if Android Studio restored the last selection.
2. It looks logical for the Destination Folder to match the selected module. For example, if I select module M2, the default destination folder should be 'MyProject/M2'. At the moment Android Studio just recovers the last used destination folder without relevance to selected module.
3. The Event log message "APK(s) generated successfully: Module 'MyModule': locate or analyze the APK", link 'locate' points to a wrong directory, if the project contains several flavours: it refers to "MyProject/release', but should refer to "MyProject/MyFlavour/release'.