I want to build android app and start signing it. For that I need to have Release version of apk. Google documentation suggests only Eclipse and ant ways to have release bu
Build Variants
debug
release
shift+f10
then, Android Studio will execute assembleRelease task and install xx-release.apk to your device.
assembleRelease