What is the easiest way to sign an Android apk file, if you don't have an existing keystore?
I read many tutorials on the internet that suggest that it's necessary to create a keystore with a command line tool and that therefore Android Studio can't do the task on it's own. Is that still true?
Otherwise is there an easier way to go about the task?
The existing StackOverflow question on APK signing has many Eclipse-specific answers, so I decided to ask a new question.