Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AVDMANAGER -> Error: Invalid --tag default for the selected package

$ 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?

like image 453
Roberto Godoy Avatar asked Jan 08 '18 01:01

Roberto Godoy


1 Answers

Use the --abi google_apis/x86 flag.

like image 140
Mozg Avatar answered Sep 23 '22 21:09

Mozg