Are unaligned android APK's the same as unsigned APK? need to generate release apk that is unsigned
问题 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