Issue
$ avdmanager create avd -n test -k "system-images;android-24;google_apis;x86"
Error: Invalid --tag default for the selected package.
How to solve this error?
Solution
Use the --abi google_apis/x86
flag.
Answered By - Mozg
July 23, 2022 android, avd, cordova, macos-sierra, sdk No comments
$ avdmanager create avd -n test -k "system-images;android-24;google_apis;x86"
Error: Invalid --tag default for the selected package.
How to solve this error?
Use the --abi google_apis/x86
flag.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.