-
Notifications
You must be signed in to change notification settings - Fork 44
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
"Unknown AVD name [Pixel]" #1
Comments
Hi Pascal! I'll get on it as soon as I get WiFi connectivity again. Working remotely with limited mobile data. Is the |
I can confirm the issue, I'll let you know if I find out the problem. |
Hi Pascal. I've manually fixed the issue, and updated the README. Basically it looks like the configuration script isn't being run. Manually running it is a workaround. If you manage to fix it, feel free to submit a pull-request! |
Hi, I encountered this error too. I started manually executing each command in /app/entrypoint.sh and I am getting the following problem: root@4ea5a70e74fc:/app# ${ANDROID_HOME}/tools/bin/avdmanager create avd -n Pixel -k "system-images;android-26;google_apis;x86" -c 2000M
Auto-selecting single ABI x86===========] 100% Fetch remote repository...
Do you wish to create a custom hardware profile? [no] no
Error: AVD not created.
null Do you know what might be the problem here? I'm not familiar with android development whatsoever. |
Managed to fix this one. A previous run already created the directory and it crashes if it is already available. Found out using the -v verbose argument. |
Hello,
i tried to start the emulator, but nothings happens.
Tried the Command:
${ANDROID_HOME}/tools/emulator @Pixel -gpu off
and@Pixel -gpu off
in the directory, but that didnt work. Any idea?Thanks!
The text was updated successfully, but these errors were encountered: