On Tuesday, April 28, 2015 at 4:08:07 AM UTC-7, Spooky wrote: > > On Mon, Apr 27, 2015 at 11:42:12PM -0700, Doug wrote: > > > Since Studio just delegates to gradle for all of its build activity, you > > too should just use the gradle command line if you want a particular > build > > artifact. > > Ok, I have no problem with the command line at all (prefer it, actually), > but what's the command? Btw, I'm on a Mac (OS X Lion), if I didn't > mention that earlier. >
The assembleRelease and assembleDebug gradle targets will build an APK. Your best bet is to take time to learn the build system since that is where all the tooling is headed in the future. I'd start here: http://tools.android.com/tech-docs/new-build-system/user-guide The document is a bit outdated, but the concepts are valid. There is a lot to know, but it is very powerful and I'm guessing there will be no substitute or alternative in the future. Doug -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

