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

一种更简单的办法
The easiest way, I guess:

Open Gradle tab on the right side
Double click YourProject/:app/assemble
You’ll find the apk here
…/YourProject/app/build/outputs/apk/app-debug.apk
Android Studio 导出未签名 apk_第1张图片

更多相关文章

  1. android 升级 4.1后出现java.lang.NoSuchMethodError解决办法【m
  2. Android 异步加载图片
  3. android手机中图片的拖拉及浏览功能
  4. Android studio图片ERROR: 9-patch image xx .9.png malformed
  5. Android 之 ImageSwitch图片转换器
  6. Android下图片或按钮等可拖动到任意位置的效果实现源码
  7. android 处理图片工具
  8. android ImageView 显示本地图片
  9. Android 圆角图片

随机推荐

  1. c语言的标识符只能由哪三种字符组成?
  2. C语言中用户标识符的命名规则是什么
  3. C语言中 gets 和 getchar 区别?
  4. int占几个字节(c语言)?
  5. C语言中exit(0)和exit(1)有什么区别
  6. C语言中用户标识符是什么?
  7. 简述分配器的作用是什么?
  8. 如何使用c语言中的strlen()函数
  9. c语言中putchar()的功能是什么?
  10. C语言中 & 是什么意思?