i dont know why but a week ago when i am debugging my app in android studio, the app in device is very slow, but if a generate the APK or use the play (Not debug) option works fine..
Anyone have idea why? I think i didnt any change in sdk or in the app to do it this..
apk file is just recreated without debugger and additional tools that Android Studio wants. Now this file can be installed successfully if you share this file to any device.
To start debugging an APK, click Profile or debug APK from the Android Studio Welcome screen. Or, if you already have a project open, click File > Profile or Debug APK from the menu bar. In the next dialog window, select the APK you want to import into Android Studio and click OK.
When ART is enabled, the device cannot ensure the compiled code matches the bytecode instructions. It therefore cannot step through instructions and therefore lines.
This forces the device to fallback to a very slow interpreter, which possibly doesn't even JIT-compile.
For faster debugging, switch back to Dalvik.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With