码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio 导出未签名 apk

时间:2015-07-27 00:20:19      阅读:717      评论:0      收藏:0      [点我收藏+]

标签:android studio   android   gradle   apk   

According to Android: Build Unsigned APK with Gradle you can simply build your application with gradle.

In order to do that:

click on the drop down menu on the toolbar at the top (usually with android icon and name of your application)
select Edit configurations
click plus sign at top left corner or press alt+insert
select Gradle
choose your module as Gradle project
in Tasks: enter assemble
press OK
press play
After that you should find your apk in directory ProjectName\build\outputs\apk

版权声明:本文为博主原创文章,未经博主允许不得转载。

Android Studio 导出未签名 apk

标签:android studio   android   gradle   apk   

原文地址:http://blog.csdn.net/z1074971432/article/details/47074561

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!