Just change the signing config associated with your build type to be null.
android {
buildTypes {
debug {
signingConfig null
}
}
}
more info about signing config here:
http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Signing-Configurations
On Thu, May 29, 2014 at 11:39 AM, David Lichtenberg <[email protected]> wrote:
> Is there a way to build an apk using the android gradle plugin without
> signing it?
>
> --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" 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.
>
--
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com
Please do not send me questions directly. Thanks!
--
You received this message because you are subscribed to the Google Groups
"adt-dev" 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.