I'm starting up in the Android dev. environment, and I'm at the point where I'd like to distribute my apps to a wider test environment than my own phone and simulator.
Along these lines, I've been trying to build a signed debug apk which i can email, install, etc. My problem is that many many instructions on how to do this provide a set of steps which begin with "Go to 'File' in your Android Studio, select 'Project Structure' and then click 'Artifacts' in your left pane.
Problem is ...i don't have any 'Artifacts' in my left pane. I've got an 'SDK Location', 'Project' and under 'Modules' an 'app'.
I've checked the other projects I've built and none of those have an 'Artifacts' either. So...where, how do I set up my environment so that I have this 'Artifacts' in my left pane which I apprantly need to set up my signed debug apk.
I'm using Android Studio Version 1.1.0.
Many thanks.