-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting stuck at "Performing wait for params: dev.bootcomplete, sys.boot_completed, init.svc.bootanim." #10
Comments
Hey! At first look - you could give a try without "-no-boot-anim" param. I think the problem is that I am waiting for parameters to load but they will never load as no animation is starting. I will check it and fix it. |
Thanks @FisherKK . AVDs looks fine, they are all ready to go and set up. I also tried removing "-no-boot-anim", it still gets stuck at the same place. |
Hey @deepanshumadan, I apologise for the fact I had promised to look at it the day before yesterday and I could not find time. I have checked it now though and for first look it simply worked for me so I am a bit confused. For now let's make sure we are having similar SDK specs because there might be some kind of difference and we are unaware of it.
The difference is that I had to add \ before quoting marks which surrounds screen size as my fastlane would not run with them. JSON formatting falls apart.
a) SDK Manager API:
Check the differences for now. I will have to look at code and "imagine what could go wrong there". I hope we will make it somehow though. |
thanks @FisherKK for looking into it. I didn't send you the entire config, I have 6 devices in the config (same device configurations). I just tested it works fine for 2 devices, for 6 it gets stuck. I also made sure i am giving 12 gb memory to HAXm, but still its getting stuck there for 6 devices. and this started happening just after i updated the plugin to 1.4.1 |
I wonder if you aren't increasing RAM allowance per AVD too much. How about you try decreasing those 2048 values and number of AVD and increase little by little to see how it reacts? |
Hey @deepanshumadan I wonder if you managed to fix your problem. If not then I did something that might help you. Plugin ver was updated to I have rewritten whole "wait for params" process. Now you will be able to:
Add them like that with any combination you wish:
|
After updating the plugin to 1.4.1, the devices are getting created and launched, ADB boot gets completed with successfully but then it gets stuck at "Performing wait for params: dev.bootcomplete, sys.boot_completed, init.svc.bootanim."
This is how my avd config looks like
{
"avd_name": "Test-Emulator-API21_1",
"create_avd_package": "system-images;android-21;google_apis;x86_64",
"create_avd_device": "Nexus 5",
"create_avd_tag": "google_apis",
"create_avd_abi": "x86_64",
"create_avd_additional_options": "--skin "1080x1920" --sdcard 2048M",
"create_avd_hardware_config_filepath": "",
"launch_avd_snapshot_filepath": "",
"launch_avd_launch_binary_name": "emulator",
"launch_avd_port": "",
"launch_avd_additional_options": "-gpu on -no-boot-anim -partition-size 2048 -wipe-data -skin "1080x1920""
}
The text was updated successfully, but these errors were encountered: