Hi I am new to android studio, I had tried to find .apk file but in this version (1.0 RC1)there is no build/optputs folder in project folder. I run the program on simulator it runs well but I did not got the apk file. Any suggestion will be appreciated. Thanks in advance.
Asked
Active
Viewed 490 times
1
-
1Same place `app\build\outputs\apk` – Pedro Oliveira Nov 25 '14 at 18:26
-
@PedroOliveira yes after click on show in explorer I got it. Thanks – PPD Nov 25 '14 at 18:29
-
There are 2 apk files. 1.app-beta-debug.apk 2. app-beta-debug-unaligned.apk which one to use? – PPD Nov 25 '14 at 18:30
-
1The app-beta-debug.apk. The unaligned apk is an intermediate. – Pedro Oliveira Nov 25 '14 at 18:31
-
See http://stackoverflow.com/questions/24170818/android-studio-build-apk-not-visible – eski Nov 25 '14 at 18:47