Skip to content

Cannot download system image for watch emulator #726

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

Closed
codeanticode opened this issue Feb 12, 2023 · 4 comments
Closed

Cannot download system image for watch emulator #726

codeanticode opened this issue Feb 12, 2023 · 4 comments

Comments

@codeanticode
Copy link
Contributor

Tried latest beta, and got this error:

processing.mode.android.AndroidSDK$BadSDKException: Emulator could not be downloaded
	at processing.mode.android.AndroidSDK.downloadSysImage(AndroidSDK.java:584)
	at processing.mode.android.AndroidSDK.requestSysImage(AndroidSDK.java:530)
	at processing.mode.android.AVD.ensureProperAVD(AVD.java:466)
	at processing.mode.android.AndroidMode.handleRunEmulator(AndroidMode.java:261)
	at processing.mode.android.AndroidEditor$16.run(AndroidEditor.java:399)
"Could not create a virtual device for the emulator.";
@ranaaditya
Copy link
Member

@codeanticode i think we missed the testing for watches while working on emulator issue.

@codeanticode
Copy link
Contributor Author

No worries, took me by surprise because I think I tested the watch emulator not long ago, but it was using an M1 mac, and this error happened with an Intel mac, so maybe the arch has something to do with it. I also increased the target SDK to 33 recently, perhaps that's another factor to consider.

@rupeshkumar22
Copy link
Contributor

Right now I'm working on debugging logs specifically here, to check system image urls and other information.

@codeanticode
Copy link
Contributor Author

Fixed with 8af3d11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants