In android studio with build variant set to "debug" mode, I found two outputs of apk
What is the differences between those files?
The unaligned apk is just an intermediate apk. First, the unaligned apk is generated. Then, the unaligned apk gets aligned and produces the aligned apk which is the app-debug.apk. You can read more about it over here.
1.4m articles
1.4m replys
5 comments
57.0k users