20

* Building an android app

Me: I just make some coffee cuz this will take a while.
.......Returning in front of my computer....
"Error installing APK"
Me: @#%@%#&!!

Comments
  • 2
    instant run totally ruined my work flow by taking that coffee time away.. Thank god it doesn't work with third party plugins, ndk, ...
  • 2
    @bytescream instant run still have some bugs.

    i've experienced several times when my updated code wasn't running on my phone.

    i had to stop the android monitor and then re-run the app or to rebuild the app and run it to have a successful build.

    and a few times I've experienced when i had to uninstall the application from my phone and then build and install it again through android studio.
  • 1
    guys, how slow are your builds? mine never take more than a minute.
  • 1
    increase your build time in a few simple steps:
    1) include more libraries
    2) use more plugins that add additional gradle tasks
    3) ???
    4) enjoy your coffee breaks
Add Comment