

Here is my current adle: apply plugin: '' Using the terminal to run gradle assemble or gradle assembleRelease (which fail due to one of my important module libraries trying to be built).Failed at creating an Artifact (can't find any menus with "Artifacts" anywhere, although for editing configurations I found the option to choose a custom Artifact).Please configure the signing information for the selected flavor using the Project Structure dialog. My problem is that Android Studio throws an error whenever I try to build: app-flavorUnsigned-release-unsigned.apk is not signed. I need to generate an unsigned, release APK (where someone else will then sign it and release it to the store- with the someone else handling the keys and everything else).
