google / android-emulator-container-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Android T and U

hassfers opened this issue · comments

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