Help with android studio apk

Asked

Viewed 518 times

1

I am compiling my application in android studio and not from any error. in simulator I see the application normally. when I go in the folder where the app is C: Users Ronaldo Desktop Android Test app build outputs apk. The application was generated and but not more than 500K and the same does not run on mobile. previously this application was around 2.6650 k. does anyone know what it might be? this occurred after my pc crashed

1 answer

1

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

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

  • 1

    understood Gabriel, because previously I put straight from the folder apk and worked, I will test

  • I took a while to find out, I passed the apk to my technicians and they reported error, until I saw that the apk was infinitely smaller I decided to test and discovered.

  • 1

    Gabriel, it worked perfectly. Thank you

  • You’re welcome, mark as resolved and score there then :D

Browser other questions tagged

You are not signed in. Login or sign up in order to post.