Build unsigned APK file with Android Studio

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 run the program in the Android Studio.
But now I want to test the program with other smartphones without connecting them to my PC.

The ADT creates the .apk file under “projectname/bin” every time you compile the program. How I see it at the moment, Android Studio doesn’t do that.

So, my question is: Is it possible to create an unsigned .apk file with Android Studio?

18 Answers
18

Leave a Comment