-
Notifications
You must be signed in to change notification settings - Fork 2
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
avdmanager not finding system image #8
Comments
HI @dotChris90, I still not added the support of other tools from android command-line tools, The android sdk manager provide fast access to and sdkmanager tool only. Probably at current time (until i or somebody added full support of all command line tools) better will be setup environment of avdmanager manually. It is not too hard). For example:install latest sdktools into your android folder
install needed platform images
Setup the environment of new command line tools.
run your command
That all, it should be works fine. P.S.do not forget to install OpenJDK before using cmdline-tools in main system. |
i created separately issue #9 |
I followed the instructions but I still get the same error. |
i saw that the androidsdk snap also brings cmdline tools
but a command like /snap/androidsdk/current/cmdline-tools/bin/avdmanager create avd --name android33 -k "system-images;android-33;google_apis;x86_64"
brings just
Error: Package path is not valid. Valid system image paths are:None
Is this expected?
The text was updated successfully, but these errors were encountered: