I\'m developing an android app with the Android Developer Tool. Now I tried the new Android Studio, everything works fine if connect my smartphone with the pc and directly r
According to Build Unsigned APK with Gradle you can simply build your application with gradle. In order to do that:
Edit configurations
alt+insert
Gradle
Gradle project
Tasks:
enter assemble
OK
After that you should find your unsigned 'apk' in directory
ProjectName\app\build\outputs\apk