0

I'm using Android Studio 2.1.2. Ok, this is probably ridiculous but when I debug/run my apk, it runs normal. When I unplug my device from PC and runs, it doesn't load some features, like a fragment.

Have anyone experienced something like that?

Leonardo
  • 1,263
  • 7
  • 20
  • 51
  • 1
    Sounds like you're using instant run, turn it off. – Pztar Jul 19 '16 at 22:06
  • 1
    You turn instant run off by gradle product flavor..in my set up debug runs instantRun than I have another gradle product flavor that install a beta to run at normal – Fred Grott Jul 19 '16 at 22:33

1 Answers1

0

Thanks to @Ptzar and @Fred Grott, I found the solution on this link: Instant run in Android Studio 2.0 (how to turn off)

Community
  • 1
  • 1
Leonardo
  • 1,263
  • 7
  • 20
  • 51