问题
What is the easiest way to generate APK files in Android Studio?
My project's android/build/outputs
folder contains two apk files: android-debug
, android-debug-unaligned
. Should I use these? Which one?
回答1:
Read this article Scroll down to the android studio section.
By default, the file should be located in your //android directory the default name for your apk is android-release.apk
来源:https://stackoverflow.com/questions/29797803/easiest-way-to-generate-apk-in-android-studio