Help with apk android studio

1

I'm compiling my application in android studio and not the error at all. in the simulator I see the application normally. when I go to the folder where the application is C: \ Users \ Ronaldo \ Desktop \ Android \ Test \ app \ build \ outputs \ apk. the application was generated and but it does not exceed 500K and it does not run on the mobile phone. previously this application was around 2.6650 k. Does anyone know what can it be? this happened after my pc crashed

    
asked by anonymous 07.08.2017 / 21:41

1 answer

1

This apk that Android Studio generates is a version only that it uses to install on your emulator and cell phone if it is running right on it, but to generate a really installable version you need to use the Menu: Build = > Build APK .

And this was a change that Android Studio implemented in version 2.3.

    
07.08.2017 / 23:03