google / android-emulator-container-scripts

1.87k stars 261 forks source link

Support Android T and U #356

Open hassfers opened 1 year ago

hassfers commented 1 year ago

This tool does not support Android T and U Emulators.

Its necessary to update the API_LETTER_MAPPING and add the to rows:

   "33": "T",
   "34": "U"

Would be nice if this would find the way in the official repo.

Greets