Hi! how about adding
Output Folder for the build configuration?
Like what we have on the Visual Studio
This is useful for developer who uses
multiple build configuration with
different package name and
Conditional Symbols
These output folder will just contain the APK file.
you can just easily implement it like this; after the project gets compiled, the compiled apk (from the objects folder) will be copied to the output folder provided in the selected build configuration.