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

更多相关文章

  1. android 升级 4.1后出现java.lang.NoSuchMethodError解决办法【m
  2. android2.x中android:layout_marginRight不起作用的解决办法
  3. Android(安卓)界面中隐藏项目名称
  4. ANDROID 输入法出现挤压屏幕、ANDROID输入键盘覆盖了屏幕控件的
  5. Android(安卓)SDK Manager无法更新的解决办法
  6. android2.x中android:layout_marginRight不起作用的解决办法
  7. android 输入法出现挤压屏幕、android输入键盘覆盖了屏幕控件的
  8. No resource found that matches the given name 'android:TextA
  9. 报错You need to use a Theme.AppCompat theme的两种解决办法

随机推荐

  1. Android中的常用控件
  2. Android Bluetooth源码分析总结 - framew
  3. Android软键盘弹出,界面整体上移
  4. Android开发手记--环境配置
  5. Android(安卓)bitmap config你理解对了吗
  6. Android进程间通信 — AIDL
  7. Android 生成keystore,两种方式 【包括Mac
  8. imageView的使用(进行原样的保持和按照比
  9. Android实现截屏方式
  10. Android:Animation 使用手册