I need to generate an APK in android studio that is unsigned. I saw a few other questions about this.
Export unsigned apk from a Gradle Project in Android Studio
The best answer I saw was to go into the gradle tasks an execute assembleRelease. This generates two apks in the /build/output/apk folder one says app-release-unaligned.apk.
Is unaligned the same thing as unsigned?
Is the debug build type the same thing as unsigned?
I also tried adding a second build type where I don't specify a signing config but then the IDE just complains that t