Startup is extremely slow on Android
See original GitHub issueThe Hello World application often takes a very, very long time to show any interface and run the loaded
callback. The last time I ran it on the emulator (X86 emulator with HAX installed), it took 37 seconds from the time the app showed up with a blank white screen and menu bar. I’ve seen it take long enough to get a “not responding” warning. It’s also slow running on my actual device (Nexus 4).
I don’t have this problem with other Android apps I built in pure Java with Android Studio. Start-up of Hello World on the iOS emulator is instantaneous.
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (3 by maintainers)
Top Results From Across the Web
Speed up a slow Android device - Google Support
Speed up a slow Android device. Try the steps on this page if your phone: Runs very slowly; Lags; Takes a long time...
Read more >Why Is My Android Slow? 3 Ways to Troubleshoot Your Device
If your Android is running slow, chances are the issue can be quickly fixed by clearing out excess data stored in your phone's...
Read more >Why does the Android OS have such a slow boot time? - Quora
Your device can be old and the flash memory might be slow or full. Unnecessary applications (including OEM bloatware) may be slowing down...
Read more >Why is My Android Running So Slow? - Technipages
1 – App services running in the background at start-up · 2 – Not enough memory · 3 – Junk in the Cache...
Read more >App startup time - Android Developers
Move all resource initialization so that the app can perform it lazily on a different thread. · Allow the app to load and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is startup time for Android going to be improved in future releases? Currently I think it’s so slow that NativeScript is close to unusable on Android. Can this issue be re-opened?
I have the same problem I’m using Nativescript 2 + Angular + Typescript.