Long preview launch time #15
Closed
krestyanikov
started this conversation in
General
Replies: 3 comments 3 replies
|
Hi, It turned out that gradle daemon wasn't enabled for building the app. When I enabled it on my local environment, the time to install the Android app changed from about 20-30 seconds to less than 10 seconds. Can you try the version to see if the build time is reduced? Thanks. |
1 reply
|
Thanks. I think I figured out the root cause of why waiting for the emulator status is taking long. 0.7.7.3 includes that fix. Please let me know if the emulator issue still persists with that version. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment








Uh oh!
There was an error while loading. Please reload this page.
Hello,
The launch of a preview on a local emulator takes about one and a half or two minutes, which is very long.
When I make a launch in Android Studio, it takes only 10-15 seconds
Assembly less than 1 second
Installation 2-3 seconds
Launch of the application up to 5 seconds
When I do this through ComposeFlow it takes from one and a half to 2 minutes
Search for a running emulator (it is already launched) - 1 minute
Stop and launch of the Gradle demon - 15 seconds
Assembly - 25 seconds
Installation 2-3 seconds
Launch of the application up to 5 seconds
I tried to understand why it takes much more time than Android Studio.
Is it possible to reduce the time of launching a ComposeFlow for a local emulator?
The launch of the Web previews for a very long time, this can reach up to 10 minutes. I will provide information about this later...
All reactions