-
Notifications
You must be signed in to change notification settings - Fork 11
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
Failed to find package 'emulator' #137
Comments
Thanks for the bug report. I suspect that Android had renamed the tool, again *shakes fist at sky*. I'll try and take a look at fixing this some time this week. You may be able to unblock yourself for now by downgrading to an older Android SDK Command-line Tools version. |
Hmm, I'm not sure what could be going on here. A couple of things might help me debug this for you.
|
Thank you for looking into this. Running the command gave me this:
So I guess that emulator problem was temporary. After that the error message changed to With trial & error I found out that You could improve your plugin by accepting only a range of valid values for the ABI and display the valid values to prevent problems like this. |
I try to run this on an MacBook Pro M1 using Gradle 7.2 and Android SDK Build-Tools 31.0.0 together with the latest Android SDK Command-line Tools.
In Android Studio 2020.3.1 Patch 3 I can start and use the emulator.
But running
waitForAndroidEmulator
gives me this:My configuration:
The text was updated successfully, but these errors were encountered: