在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Android Studio 4.1 最新稳定版

Android Studio 4.1 最新稳定版

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:900.85M
  • 下载次数:9
  • 浏览次数:679
  • 发布时间:2021-12-14
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
Android Studio 4.1 稳定版,国内下载,下载后直接解压任意目录即可使用,32位系统执行bin目录里的studio.exe,64位系统执行studio64.exe。喜欢的拿去!
【实例截图】
【核心代码】
4744300845389921787.zip
└── android-studio
├── bin
│   ├── append.bat
│   ├── appletviewer.policy
│   ├── breakgen64.dll
│   ├── breakgen.dll
│   ├── clang
│   │   └── win
│   │   ├── clangd.exe
│   │   ├── clang-tidy.exe
│   │   ├── libgcc_s_seh-1.dll
│   │   ├── libssp-0.dll
│   │   ├── libstdc++-6.dll
│   │   └── libwinpthread-1.dll
│   ├── elevator.exe
│   ├── format.bat
│   ├── fsnotifier64.exe
│   ├── fsnotifier.exe
│   ├── game-tools.bat
│   ├── idea.properties
│   ├── IdeaWin32.dll
│   ├── IdeaWin64.dll
│   ├── inspect.bat
│   ├── jumplistbridge64.dll
│   ├── jumplistbridge.dll
│   ├── launcher.exe
│   ├── lldb
│   │   ├── android
│   │   │   ├── arm64-v8a
│   │   │   │   └── lldb-server
│   │   │   ├── armeabi
│   │   │   │   └── lldb-server
│   │   │   ├── start_lldb_server.sh
│   │   │   ├── x86
│   │   │   │   └── lldb-server
│   │   │   └── x86_64
│   │   │   └── lldb-server
│   │   ├── bin
│   │   │   ├── concrt140.dll
│   │   │   ├── liblldb.dll
│   │   │   ├── LLDBFrontend.exe
│   │   │   ├── llvm-symbolizer.exe
│   │   │   ├── minidump_stackwalk.exe
│   │   │   ├── msvcp140.dll
│   │   │   ├── python27.dll
│   │   │   ├── vcruntime140.dll
│   │   │   └── x86_64-linux-android-c++filt.exe
│   │   ├── lib
│   │   │   ├── _abcoll.py
│   │   │   ├── abc.py
│   │   │   ├── aifc.py
│   │   │   ├── antigravity.py
│   │   │   ├── anydbm.py
│   │   │   ├── argparse.py
│   │   │   ├── ast.py
│   │   │   ├── asynchat.py
│   │   │   ├── asyncore.py
│   │   │   ├── atexit.py
│   │   │   ├── audiodev.py
│   │   │   ├── base64.py
│   │   │   ├── BaseHTTPServer.py
│   │   │   ├── Bastion.py
│   │   │   ├── bdb.py
│   │   │   ├── binhex.py
│   │   │   ├── bisect.py
│   │   │   ├── bsddb
│   │   │   │   ├── dbobj.py
│   │   │   │   ├── db.py
│   │   │   │   ├── dbrecio.py
│   │   │   │   ├── dbshelve.py
│   │   │   │   ├── dbtables.py
│   │   │   │   ├── dbutils.py
│   │   │   │   └── __init__.py
│   │   │   ├── calendar.py
│   │   │   ├── CGIHTTPServer.py
│   │   │   ├── cgi.py
│   │   │   ├── cgitb.py
│   │   │   ├── chunk.py
│   │   │   ├── cmd.py
│   │   │   ├── codecs.py
│   │   │   ├── codeop.py
│   │   │   ├── code.py
│   │   │   ├── collections.py
│   │   │   ├── colorsys.py
│   │   │   ├── commands.py
│   │   │   ├── compileall.py
│   │   │   ├── compiler
│   │   │   │   ├── ast.py
│   │   │   │   ├── consts.py
│   │   │   │   ├── future.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── pyassem.py
│   │   │   │   ├── pycodegen.py
│   │   │   │   ├── symbols.py
│   │   │   │   ├── syntax.py
│   │   │   │   ├── transformer.py
│   │   │   │   └── visitor.py
│   │   │   ├── ConfigParser.py
│   │   │   ├── contextlib.py
│   │   │   ├── cookielib.py
│   │   │   ├── Cookie.py
│   │   │   ├── copy.py
│   │   │   ├── copy_reg.py
│   │   │   ├── cProfile.py
│   │   │   ├── csv.py
│   │   │   ├── ctypes
│   │   │   │   ├── _endian.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── macholib
│   │   │   │   │   ├── dyld.py
│   │   │   │   │   ├── dylib.py
│   │   │   │   │   ├── fetch_macholib
│   │   │   │   │   ├── fetch_macholib.bat
│   │   │   │   │   ├── framework.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── README.ctypes
│   │   │   │   ├── util.py
│   │   │   │   └── wintypes.py
│   │   │   ├── curses
│   │   │   │   ├── ascii.py
│   │   │   │   ├── has_key.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── panel.py
│   │   │   │   ├── textpad.py
│   │   │   │   └── wrapper.py
│   │   │   ├── dbhash.py
│   │   │   ├── decimal.py
│   │   │   ├── difflib.py
│   │   │   ├── dircache.py
│   │   │   ├── dis.py
│   │   │   ├── doctest.py
│   │   │   ├── DocXMLRPCServer.py
│   │   │   ├── dumbdbm.py
│   │   │   ├── dummy_threading.py
│   │   │   ├── dummy_thread.py
│   │   │   ├── email
│   │   │   │   ├── base64mime.py
│   │   │   │   ├── charset.py
│   │   │   │   ├── encoders.py
│   │   │   │   ├── errors.py
│   │   │   │   ├── feedparser.py
│   │   │   │   ├── generator.py
│   │   │   │   ├── header.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── iterators.py
│   │   │   │   ├── message.py
│   │   │   │   ├── mime
│   │   │   │   │   ├── application.py
│   │   │   │   │   ├── audio.py
│   │   │   │   │   ├── base.py
│   │   │   │   │   ├── image.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── message.py
│   │   │   │   │   ├── multipart.py
│   │   │   │   │   ├── nonmultipart.py
│   │   │   │   │   └── text.py
│   │   │   │   ├── _parseaddr.py
│   │   │   │   ├── parser.py
│   │   │   │   ├── quoprimime.py
│   │   │   │   └── utils.py
│   │   │   ├── encodings
│   │   │   │   ├── aliases.py
│   │   │   │   ├── ascii.py
│   │   │   │   ├── base64_codec.py
│   │   │   │   ├── big5hkscs.py
│   │   │   │   ├── big5.py
│   │   │   │   ├── bz2_codec.py
│   │   │   │   ├── charmap.py
│   │   │   │   ├── cp037.py
│   │   │   │   ├── cp1006.py
│   │   │   │   ├── cp1026.py
│   │   │   │   ├── cp1140.py
│   │   │   │   ├── cp1250.py
│   │   │   │   ├── cp1251.py
│   │   │   │   ├── cp1252.py
│   │   │   │   ├── cp1253.py
│   │   │   │   ├── cp1254.py
│   │   │   │   ├── cp1255.py
│   │   │   │   ├── cp1256.py
│   │   │   │   ├── cp1257.py
│   │   │   │   ├── cp1258.py
│   │   │   │   ├── cp424.py
│   │   │   │   ├── cp437.py
│   │   │   │   ├── cp500.py
│   │   │   │   ├── cp720.py
│   │   │   │   ├── cp737.py
│   │   │   │   ├── cp775.py
│   │   │   │   ├── cp850.py
│   │   │   │   ├── cp852.py
│   │   │   │   ├── cp855.py
│   │   │   │   ├── cp856.py
│   │   │   │   ├── cp857.py
│   │   │   │   ├── cp858.py
│   │   │   │   ├── cp860.py
│   │   │   │   ├── cp861.py
│   │   │   │   ├── cp862.py
│   │   │   │   ├── cp863.py
│   │   │   │   ├── cp864.py
│   │   │   │   ├── cp865.py
│   │   │   │   ├── cp866.py
│   │   │   │   ├── cp869.py
│   │   │   │   ├── cp874.py
│   │   │   │   ├── cp875.py
│   │   │   │   ├── cp932.py
│   │   │   │   ├── cp949.py
│   │   │   │   ├── cp950.py
│   │   │   │   ├── euc_jis_2004.py
│   │   │   │   ├── euc_jisx0213.py
│   │   │   │   ├── euc_jp.py
│   │   │   │   ├── euc_kr.py
│   │   │   │   ├── gb18030.py
│   │   │   │   ├── gb2312.py
│   │   │   │   ├── gbk.py
│   │   │   │   ├── hex_codec.py
│   │   │   │   ├── hp_roman8.py
│   │   │   │   ├── hz.py
│   │   │   │   ├── idna.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── iso2022_jp_1.py
│   │   │   │   ├── iso2022_jp_2004.py
│   │   │   │   ├── iso2022_jp_2.py
│   │   │   │   ├── iso2022_jp_3.py
│   │   │   │   ├── iso2022_jp_ext.py
│   │   │   │   ├── iso2022_jp.py
│   │   │   │   ├── iso2022_kr.py
│   │   │   │   ├── iso8859_10.py
│   │   │   │   ├── iso8859_11.py
│   │   │   │   ├── iso8859_13.py
│   │   │   │   ├── iso8859_14.py
│   │   │   │   ├── iso8859_15.py
│   │   │   │   ├── iso8859_16.py
│   │   │   │   ├── iso8859_1.py
│   │   │   │   ├── iso8859_2.py
│   │   │   │   ├── iso8859_3.py
│   │   │   │   ├── iso8859_4.py
│   │   │   │   ├── iso8859_5.py
│   │   │   │   ├── iso8859_6.py
│   │   │   │   ├── iso8859_7.py
│   │   │   │   ├── iso8859_8.py
│   │   │   │   ├── iso8859_9.py
│   │   │   │   ├── johab.py
│   │   │   │   ├── koi8_r.py
│   │   │   │   ├── koi8_u.py
│   │   │   │   ├── latin_1.py
│   │   │   │   ├── mac_arabic.py
│   │   │   │   ├── mac_centeuro.py
│   │   │   │   ├── mac_croatian.py
│   │   │   │   ├── mac_cyrillic.py
│   │   │   │   ├── mac_farsi.py
│   │   │   │   ├── mac_greek.py
│   │   │   │   ├── mac_iceland.py
│   │   │   │   ├── mac_latin2.py
│   │   │   │   ├── mac_romanian.py
│   │   │   │   ├── mac_roman.py
│   │   │   │   ├── mac_turkish.py
│   │   │   │   ├── mbcs.py
│   │   │   │   ├── palmos.py
│   │   │   │   ├── ptcp154.py
│   │   │   │   ├── punycode.py
│   │   │   │   ├── quopri_codec.py
│   │   │   │   ├── raw_unicode_escape.py
│   │   │   │   ├── rot_13.py
│   │   │   │   ├── shift_jis_2004.py
│   │   │   │   ├── shift_jis.py
│   │   │   │   ├── shift_jisx0213.py
│   │   │   │   ├── string_escape.py
│   │   │   │   ├── tis_620.py
│   │   │   │   ├── undefined.py
│   │   │   │   ├── unicode_escape.py
│   │   │   │   ├── unicode_internal.py
│   │   │   │   ├── utf_16_be.py
│   │   │   │   ├── utf_16_le.py
│   │   │   │   ├── utf_16.py
│   │   │   │   ├── utf_32_be.py
│   │   │   │   ├── utf_32_le.py
│   │   │   │   ├── utf_32.py
│   │   │   │   ├── utf_7.py
│   │   │   │   ├── utf_8.py
│   │   │   │   ├── utf_8_sig.py
│   │   │   │   ├── uu_codec.py
│   │   │   │   └── zlib_codec.py
│   │   │   ├── ensurepip
│   │   │   │   ├── _bundled
│   │   │   │   │   ├── pip-6.1.1-py2.py3-none-any.whl
│   │   │   │   │   └── setuptools-15.2-py2.py3-none-any.whl
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __main__.py
│   │   │   │   └── _uninstall.py
│   │   │   ├── filecmp.py
│   │   │   ├── fileinput.py
│   │   │   ├── fnmatch.py
│   │   │   ├── formatter.py
│   │   │   ├── fpformat.py
│   │   │   ├── fractions.py
│   │   │   ├── ftplib.py
│   │   │   ├── functools.py
│   │   │   ├── __future__.py
│   │   │   ├── genericpath.py
│   │   │   ├── getopt.py
│   │   │   ├── getpass.py
│   │   │   ├── gettext.py
│   │   │   ├── glob.py
│   │   │   ├── gzip.py
│   │   │   ├── hashlib.py
│   │   │   ├── heapq.py
│   │   │   ├── hmac.py
│   │   │   ├── hotshot
│   │   │   │   ├── __init__.py
│   │   │   │   ├── log.py
│   │   │   │   ├── stats.py
│   │   │   │   └── stones.py
│   │   │   ├── htmlentitydefs.py
│   │   │   ├── htmllib.py
│   │   │   ├── HTMLParser.py
│   │   │   ├── httplib.py
│   │   │   ├── ihooks.py
│   │   │   ├── imaplib.py
│   │   │   ├── imghdr.py
│   │   │   ├── importlib
│   │   │   │   └── __init__.py
│   │   │   ├── imputil.py
│   │   │   ├── inspect.py
│   │   │   ├── io.py
│   │   │   ├── json
│   │   │   │   ├── decoder.py
│   │   │   │   ├── encoder.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── scanner.py
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── test_check_circular.py
│   │   │   │   │   ├── test_decode.py
│   │   │   │   │   ├── test_default.py
│   │   │   │   │   ├── test_dump.py
│   │   │   │   │   ├── test_encode_basestring_ascii.py
│   │   │   │   │   ├── test_fail.py
│   │   │   │   │   ├── test_float.py
│   │   │   │   │   ├── test_indent.py
│   │   │   │   │   ├── test_pass1.py
│   │   │   │   │   ├── test_pass2.py
│   │   │   │   │   ├── test_pass3.py
│   │   │   │   │   ├── test_recursion.py
│   │   │   │   │   ├── test_scanstring.py
│   │   │   │   │   ├── test_separators.py
│   │   │   │   │   ├── test_speedups.py
│   │   │   │   │   ├── test_tool.py
│   │   │   │   │   └── test_unicode.py
│   │   │   │   └── tool.py
│   │   │   ├── keyword.py
│   │   │   ├── lib-tk
│   │   │   │   ├── Canvas.py
│   │   │   │   ├── Dialog.py
│   │   │   │   ├── FileDialog.py
│   │   │   │   ├── FixTk.py
│   │   │   │   ├── ScrolledText.py
│   │   │   │   ├── SimpleDialog.py
│   │   │   │   ├── Tix.py
│   │   │   │   ├── tkColorChooser.py
│   │   │   │   ├── tkCommonDialog.py
│   │   │   │   ├── Tkconstants.py
│   │   │   │   ├── Tkdnd.py
│   │   │   │   ├── tkFileDialog.py
│   │   │   │   ├── tkFont.py
│   │   │   │   ├── Tkinter.py
│   │   │   │   ├── tkMessageBox.py
│   │   │   │   ├── tkSimpleDialog.py
│   │   │   │   ├── ttk.py
│   │   │   │   └── turtle.py
│   │   │   ├── linecache.py
│   │   │   ├── locale.py
│   │   │   ├── logging
│   │   │   │   ├── config.py
│   │   │   │   ├── handlers.py
│   │   │   │   └── __init__.py
│   │   │   ├── _LWPCookieJar.py
│   │   │   ├── macpath.py
│   │   │   ├── macurl2path.py
│   │   │   ├── mailbox.py
│   │   │   ├── mailcap.py
│   │   │   ├── markupbase.py
│   │   │   ├── md5.py
│   │   │   ├── mhlib.py
│   │   │   ├── mimetools.py
│   │   │   ├── mimetypes.py
│   │   │   ├── MimeWriter.py
│   │   │   ├── mimify.py
│   │   │   ├── modulefinder.py
│   │   │   ├── _MozillaCookieJar.py
│   │   │   ├── msilib
│   │   │   │   ├── __init__.py
│   │   │   │   ├── schema.py
│   │   │   │   ├── sequence.py
│   │   │   │   └── text.py
│   │   │   ├── multifile.py
│   │   │   ├── multiprocessing
│   │   │   │   ├── connection.py
│   │   │   │   ├── dummy
│   │   │   │   │   ├── connection.py
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── forking.py
│   │   │   │   ├── heap.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── managers.py
│   │   │   │   ├── pool.py
│   │   │   │   ├── process.py
│   │   │   │   ├── queues.py
│   │   │   │   ├── reduction.py
│   │   │   │   ├── sharedctypes.py
│   │   │   │   ├── synchronize.py
│   │   │   │   └── util.py
│   │   │   ├── mutex.py
│   │   │   ├── netrc.py
│   │   │   ├── new.py
│   │   │   ├── nntplib.py
│   │   │   ├── ntpath.py
│   │   │   ├── nturl2path.py
│   │   │   ├── numbers.py
│   │   │   ├── opcode.py
│   │   │   ├── optparse.py
│   │   │   ├── os2emxpath.py
│   │   │   ├── os.py
│   │   │   ├── _osx_support.py
│   │   │   ├── pdb.doc
│   │   │   ├── pdb.py
│   │   │   ├── __phello__.foo.py
│   │   │   ├── pickle.py
│   │   │   ├── pickletools.py
│   │   │   ├── pipes.py
│   │   │   ├── pkgutil.py
│   │   │   ├── plat-aix3
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-aix4
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-atheos
│   │   │   │   ├── IN.py
│   │   │   │   ├── regen
│   │   │   │   └── TYPES.py
│   │   │   ├── plat-beos5
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-darwin
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── platform.py
│   │   │   ├── plat-freebsd4
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-freebsd5
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-freebsd6
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-freebsd7
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-freebsd8
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-generic
│   │   │   │   └── regen
│   │   │   ├── plat-irix5
│   │   │   │   ├── AL.py
│   │   │   │   ├── cddb.py
│   │   │   │   ├── cdplayer.py
│   │   │   │   ├── CD.py
│   │   │   │   ├── CL_old.py
│   │   │   │   ├── CL.py
│   │   │   │   ├── DEVICE.py
│   │   │   │   ├── ERRNO.py
│   │   │   │   ├── FILE.py
│   │   │   │   ├── flp.doc
│   │   │   │   ├── flp.py
│   │   │   │   ├── FL.py
│   │   │   │   ├── GET.py
│   │   │   │   ├── GL.py
│   │   │   │   ├── GLWS.py
│   │   │   │   ├── IN.py
│   │   │   │   ├── IOCTL.py
│   │   │   │   ├── jpeg.py
│   │   │   │   ├── panelparser.py
│   │   │   │   ├── panel.py
│   │   │   │   ├── readcd.doc
│   │   │   │   ├── readcd.py
│   │   │   │   ├── regen
│   │   │   │   ├── SV.py
│   │   │   │   ├── torgb.py
│   │   │   │   └── WAIT.py
│   │   │   ├── plat-irix6
│   │   │   │   ├── AL.py
│   │   │   │   ├── cddb.py
│   │   │   │   ├── cdplayer.py
│   │   │   │   ├── CD.py
│   │   │   │   ├── CL.py
│   │   │   │   ├── DEVICE.py
│   │   │   │   ├── ERRNO.py
│   │   │   │   ├── FILE.py
│   │   │   │   ├── flp.doc
│   │   │   │   ├── flp.py
│   │   │   │   ├── FL.py
│   │   │   │   ├── GET.py
│   │   │   │   ├── GL.py
│   │   │   │   ├── GLWS.py
│   │   │   │   ├── IN.py
│   │   │   │   ├── IOCTL.py
│   │   │   │   ├── jpeg.py
│   │   │   │   ├── panelparser.py
│   │   │   │   ├── panel.py
│   │   │   │   ├── readcd.doc
│   │   │   │   ├── readcd.py
│   │   │   │   ├── regen
│   │   │   │   ├── SV.py
│   │   │   │   ├── torgb.py
│   │   │   │   └── WAIT.py
│   │   │   ├── plat-mac
│   │   │   │   ├── aepack.py
│   │   │   │   ├── aetools.py
│   │   │   │   ├── aetypes.py
│   │   │   │   ├── applesingle.py
│   │   │   │   ├── appletrawmain.py
│   │   │   │   ├── appletrunner.py
│   │   │   │   ├── argvemulator.py
│   │   │   │   ├── Audio_mac.py
│   │   │   │   ├── bgenlocations.py
│   │   │   │   ├── buildtools.py
│   │   │   │   ├── bundlebuilder.py
│   │   │   │   ├── Carbon
│   │   │   │   │   ├── AE.py
│   │   │   │   │   ├── AH.py
│   │   │   │   │   ├── Aliases.py
│   │   │   │   │   ├── Alias.py
│   │   │   │   │   ├── Appearance.py
│   │   │   │   │   ├── AppleEvents.py
│   │   │   │   │   ├── AppleHelp.py
│   │   │   │   │   ├── App.py
│   │   │   │   │   ├── CarbonEvents.py
│   │   │   │   │   ├── CarbonEvt.py
│   │   │   │   │   ├── CF.py
│   │   │   │   │   ├── CG.py
│   │   │   │   │   ├── Cm.py
│   │   │   │   │   ├── Components.py
│   │   │   │   │   ├── ControlAccessor.py
│   │   │   │   │   ├── Controls.py
│   │   │   │   │   ├── CoreFoundation.py
│   │   │   │   │   ├── CoreGraphics.py
│   │   │   │   │   ├── Ctl.py
│   │   │   │   │   ├── Dialogs.py
│   │   │   │   │   ├── Dlg.py
│   │   │   │   │   ├── Dragconst.py
│   │   │   │   │   ├── Drag.py
│   │   │   │   │   ├── Events.py
│   │   │   │   │   ├── Evt.py
│   │   │   │   │   ├── File.py
│   │   │   │   │   ├── Files.py
│   │   │   │   │   ├── Fm.py
│   │   │   │   │   ├── Folder.py
│   │   │   │   │   ├── Folders.py
│   │   │   │   │   ├── Fonts.py
│   │   │   │   │   ├── Help.py
│   │   │   │   │   ├── IBCarbon.py
│   │   │   │   │   ├── IBCarbonRuntime.py
│   │   │   │   │   ├── Icn.py
│   │   │   │   │   ├── Icons.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── Launch.py
│   │   │   │   │   ├── LaunchServices.py
│   │   │   │   │   ├── List.py
│   │   │   │   │   ├── Lists.py
│   │   │   │   │   ├── MacHelp.py
│   │   │   │   │   ├── MacTextEditor.py
│   │   │   │   │   ├── MediaDescr.py
│   │   │   │   │   ├── Menu.py
│   │   │   │   │   ├── Menus.py
│   │   │   │   │   ├── Mlte.py
│   │   │   │   │   ├── OSAconst.py
│   │   │   │   │   ├── OSA.py
│   │   │   │   │   ├── QDOffscreen.py
│   │   │   │   │   ├── Qdoffs.py
│   │   │   │   │   ├── Qd.py
│   │   │   │   │   ├── Qt.py
│   │   │   │   │   ├── QuickDraw.py
│   │   │   │   │   ├── QuickTime.py
│   │   │   │   │   ├── Resources.py
│   │   │   │   │   ├── Res.py
│   │   │   │   │   ├── Scrap.py
│   │   │   │   │   ├── Sndihooks.py
│   │   │   │   │   ├── Snd.py
│   │   │   │   │   ├── Sound.py
│   │   │   │   │   ├── TE.py
│   │   │   │   │   ├── TextEdit.py
│   │   │   │   │   ├── Windows.py
│   │   │   │   │   └── Win.py
│   │   │   │   ├── cfmfile.py
│   │   │   │   ├── dialogs.rsrc
│   │   │   │   ├── EasyDialogs.py
│   │   │   │   ├── errors.rsrc
│   │   │   │   ├── findertools.py
│   │   │   │   ├── FrameWork.py
│   │   │   │   ├── gensuitemodule.py
│   │   │   │   ├── icopen.py
│   │   │   │   ├── ic.py
│   │   │   │   ├── lib-scriptpackages
│   │   │   │   │   ├── _builtinSuites
│   │   │   │   │   │   ├── builtin_Suite.py
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   ├── CodeWarrior
│   │   │   │   │   │   ├── CodeWarrior_suite.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Metrowerks_Shell_Suite.py
│   │   │   │   │   │   ├── Required.py
│   │   │   │   │   │   └── Standard_Suite.py
│   │   │   │   │   ├── Explorer
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Microsoft_Internet_Explorer.py
│   │   │   │   │   │   ├── Netscape_Suite.py
│   │   │   │   │   │   ├── Required_Suite.py
│   │   │   │   │   │   ├── Standard_Suite.py
│   │   │   │   │   │   ├── URL_Suite.py
│   │   │   │   │   │   └── Web_Browser_Suite.py
│   │   │   │   │   ├── Finder
│   │   │   │   │   │   ├── Containers_and_folders.py
│   │   │   │   │   │   ├── Enumerations.py
│   │   │   │   │   │   ├── Files.py
│   │   │   │   │   │   ├── Finder_Basics.py
│   │   │   │   │   │   ├── Finder_items.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Legacy_suite.py
│   │   │   │   │   │   ├── Standard_Suite.py
│   │   │   │   │   │   ├── Type_Definitions.py
│   │   │   │   │   │   └── Window_classes.py
│   │   │   │   │   ├── Netscape
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Mozilla_suite.py
│   │   │   │   │   │   ├── PowerPlant.py
│   │   │   │   │   │   ├── Required_suite.py
│   │   │   │   │   │   ├── Standard_Suite.py
│   │   │   │   │   │   ├── Standard_URL_suite.py
│   │   │   │   │   │   ├── Text.py
│   │   │   │   │   │   └── WorldWideWeb_suite.py
│   │   │   │   │   ├── StdSuites
│   │   │   │   │   │   ├── AppleScript_Suite.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Macintosh_Connectivity_Clas.py
│   │   │   │   │   │   ├── QuickDraw_Graphics_Suite.py
│   │   │   │   │   │   ├── QuickDraw_Graphics_Suppleme.py
│   │   │   │   │   │   ├── Required_Suite.py
│   │   │   │   │   │   ├── Standard_Suite.py
│   │   │   │   │   │   ├── Table_Suite.py
│   │   │   │   │   │   ├── Text_Suite.py
│   │   │   │   │   │   └── Type_Names_Suite.py
│   │   │   │   │   ├── SystemEvents
│   │   │   │   │   │   ├── Disk_Folder_File_Suite.py
│   │   │   │   │   │   ├── Folder_Actions_Suite.py
│   │   │   │   │   │   ├── Hidden_Suite.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Login_Items_Suite.py
│   │   │   │   │   │   ├── Power_Suite.py
│   │   │   │   │   │   ├── Processes_Suite.py
│   │   │   │   │   │   ├── Standard_Suite.py
│   │   │   │   │   │   ├── System_Events_Suite.py
│   │   │   │   │   │   └── Text_Suite.py
│   │   │   │   │   └── Terminal
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── Standard_Suite.py
│   │   │   │   │   ├── Terminal_Suite.py
│   │   │   │   │   └── Text_Suite.py
│   │   │   │   ├── macerrors.py
│   │   │   │   ├── macostools.py
│   │   │   │   ├── macresource.py
│   │   │   │   ├── MiniAEFrame.py
│   │   │   │   ├── pimp.py
│   │   │   │   ├── PixMapWrapper.py
│   │   │   │   ├── terminalcommand.py
│   │   │   │   └── videoreader.py
│   │   │   ├── plat-netbsd1
│   │   │   │   ├── IN.py
│   │   │   │   └── regen
│   │   │   ├── plat-next3
│   │   │   │   └── regen
│   │   │   ├── plat-os2emx
│   │   │   │   ├── _emx_link.py
│   │   │   │   ├── grp.py
│   │   │   │   ├── IN.py
│   │   │   │   ├── pwd.py
│   │   │   │   ├── regen
│   │   │   │   └── SOCKET.py
│   │   │   ├── plat-riscos
│   │   │   │   ├── riscosenviron.py
│   │   │   │   ├── riscospath.py
│   │   │   │   └── rourl2path.py
│   │   │   ├── plat-sunos5
│   │   │   │   ├── CDIO.py
│   │   │   │   ├── DLFCN.py
│   │   │   │   ├── IN.py
│   │   │   │   ├── regen
│   │   │   │   ├── STROPTS.py
│   │   │   │   ├── SUNAUDIODEV.py
│   │   │   │   └── TYPES.py
│   │   │   ├── plat-unixware7
│   │   │   │   ├── IN.py
│   │   │   │   ├── regen
│   │   │   │   └── STROPTS.py
│   │   │   ├── plistlib.py
│   │   │   ├── popen2.py
│   │   │   ├── poplib.py
│   │   │   ├── posixfile.py
│   │   │   ├── posixpath.py
│   │   │   ├── pprint.py
│   │   │   ├── profile.py
│   │   │   ├── pstats.py
│   │   │   ├── pty.py
│   │   │   ├── pyclbr.py
│   │   │   ├── py_compile.py
│   │   │   ├── pydoc_data
│   │   │   │   ├── __init__.py
│   │   │   │   └── topics.py
│   │   │   ├── pydoc.py
│   │   │   ├── _pyio.py
│   │   │   ├── python
│   │   │   │   ├── lldb
│   │   │   │   │   ├── embedded_interpreter.py
│   │   │   │   │   ├── formatters
│   │   │   │   │   │   ├── attrib_fromdict.py
│   │   │   │   │   │   ├── cache.py
│   │   │   │   │   │   ├── cpp
│   │   │   │   │   │   │   ├── gnu_libstdcpp.py
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   └── libcxx.py
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── Logger.py
│   │   │   │   │   │   ├── metrics.py
│   │   │   │   │   │   └── synth.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── runtime
│   │   │   │   │   │   └── __init__.py
│   │   │   │   │   └── utils
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── symbolication.py
│   │   │   │   └── six.py
│   │   │   ├── Queue.py
│   │   │   ├── quopri.py
│   │   │   ├── random.py
│   │   │   ├── repr.py
│   │   │   ├── re.py
│   │   │   ├── rexec.py
│   │   │   ├── rfc822.py
│   │   │   ├── rlcompleter.py
│   │   │   ├── robotparser.py
│   │   │   ├── runpy.py
│   │   │   ├── sched.py
│   │   │   ├── sets.py
│   │   │   ├── sgmllib.py
│   │   │   ├── sha.py
│   │   │   ├── shelve.py
│   │   │   ├── shlex.py
│   │   │   ├── shutil.py
│   │   │   ├── SimpleHTTPServer.py
│   │   │   ├── SimpleXMLRPCServer.py
│   │   │   ├── site-packages
│   │   │   │   └── README
│   │   │   ├── site.py
│   │   │   ├── smtpd.py
│   │   │   ├── smtplib.py
│   │   │   ├── sndhdr.py
│   │   │   ├── socket.py
│   │   │   ├── SocketServer.py
│   │   │   ├── sqlite3
│   │   │   │   ├── dbapi2.py
│   │   │   │   ├── dump.py
│   │   │   │   └── __init__.py
│   │   │   ├── sre_compile.py
│   │   │   ├── sre_constants.py
│   │   │   ├── sre_parse.py
│   │   │   ├── sre.py
│   │   │   ├── ssl.py
│   │   │   ├── stat.py
│   │   │   ├── statvfs.py
│   │   │   ├── StringIO.py
│   │   │   ├── stringold.py
│   │   │   ├── stringprep.py
│   │   │   ├── string.py
│   │   │   ├── _strptime.py
│   │   │   ├── struct.py
│   │   │   ├── subprocess.py
│   │   │   ├── sunaudio.py
│   │   │   ├── sunau.py
│   │   │   ├── symbol.py
│   │   │   ├── symtable.py
│   │   │   ├── sysconfig.py
│   │   │   ├── tabnanny.py
│   │   │   ├── tarfile.py
│   │   │   ├── telnetlib.py
│   │   │   ├── tempfile.py
│   │   │   ├── textwrap.py
│   │   │   ├── this.py
│   │   │   ├── _threading_local.py
│   │   │   ├── threading.py
│   │   │   ├── timeit.py
│   │   │   ├── toaiff.py
│   │   │   ├── tokenize.py
│   │   │   ├── token.py
│   │   │   ├── traceback.py
│   │   │   ├── trace.py
│   │   │   ├── tty.py
│   │   │   ├── types.py
│   │   │   ├── urllib2.py
│   │   │   ├── urllib.py
│   │   │   ├── urlparse.py
│   │   │   ├── UserDict.py
│   │   │   ├── UserList.py
│   │   │   ├── user.py
│   │   │   ├── UserString.py
│   │   │   ├── uuid.py
│   │   │   ├── uu.py
│   │   │   ├── warnings.py
│   │   │   ├── wave.py
│   │   │   ├── weakref.py
│   │   │   ├── _weakrefset.py
│   │   │   ├── webbrowser.py
│   │   │   ├── whichdb.py
│   │   │   ├── wsgiref
│   │   │   │   ├── handlers.py
│   │   │   │   ├── headers.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── simple_server.py
│   │   │   │   ├── util.py
│   │   │   │   └── validate.py
│   │   │   ├── wsgiref.egg-info
│   │   │   ├── xdrlib.py
│   │   │   ├── xml
│   │   │   │   ├── dom
│   │   │   │   │   ├── domreg.py
│   │   │   │   │   ├── expatbuilder.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── minicompat.py
│   │   │   │   │   ├── minidom.py
│   │   │   │   │   ├── NodeFilter.py
│   │   │   │   │   ├── pulldom.py
│   │   │   │   │   └── xmlbuilder.py
│   │   │   │   ├── etree
│   │   │   │   │   ├── cElementTree.py
│   │   │   │   │   ├── ElementInclude.py
│   │   │   │   │   ├── ElementPath.py
│   │   │   │   │   ├── ElementTree.py
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── parsers
│   │   │   │   │   ├── expat.py
│   │   │   │   │   └── __init__.py
│   │   │   │   └── sax
│   │   │   │   ├── _exceptions.py
│   │   │   │   ├── expatreader.py
│   │   │   │   ├── handler.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── saxutils.py
│   │   │   │   └── xmlreader.py
│   │   │   ├── xmllib.py
│   │   │   ├── xmlrpclib.py
│   │   │   └── zipfile.py
│   │   ├── LICENSE.TXT
│   │   ├── LICENSE.vcredist
│   │   └── shared
│   │   ├── jobject_printers
│   │   │   └── jstring_reader.py
│   │   └── stl_printers
│   │   ├── gdb
│   │   │   ├── __init__.py
│   │   │   └── printing.py
│   │   └── load_script
│   ├── log.xml
│   ├── profiler.bat
│   ├── profiler.exe
│   ├── restarter.exe
│   ├── runnerw.exe
│   ├── studio64.exe
│   ├── studio64.exe.vmoptions
│   ├── studio.bat
│   ├── studio.exe
│   ├── studio.exe.vmoptions
│   ├── studio.ico
│   ├── studio.svg
│   └── WinProcessListHelper.exe
├── build.txt
├── jre
│   ├── ASSEMBLY_EXCEPTION
│   ├── bin
│   │   ├── appletviewer.exe
│   │   ├── clhsdb.exe
│   │   ├── extcheck.exe
│   │   ├── hsdb.exe
│   │   ├── idlj.exe
│   │   ├── jabswitch.exe
│   │   ├── jar.exe
│   │   ├── jarsigner.exe
│   │   ├── javac.exe
│   │   ├── javadoc.exe
│   │   ├── java.exe
│   │   ├── javah.exe
│   │   ├── javap.exe
│   │   ├── java-rmi.exe
│   │   ├── javaw.exe
│   │   ├── jcmd.exe
│   │   ├── jconsole.exe
│   │   ├── jdb.exe
│   │   ├── jdeps.exe
│   │   ├── jhat.exe
│   │   ├── jinfo.exe
│   │   ├── jjs.exe
│   │   ├── jli.dll
│   │   ├── jmap.exe
│   │   ├── jps.exe
│   │   ├── jrunscript.exe
│   │   ├── jsadebugd.exe
│   │   ├── jstack.exe
│   │   ├── jstatd.exe
│   │   ├── jstat.exe
│   │   ├── keytool.exe
│   │   ├── kinit.exe
│   │   ├── klist.exe
│   │   ├── ktab.exe
│   │   ├── msvcr100.dll
│   │   ├── native2ascii.exe
│   │   ├── orbd.exe
│   │   ├── pack200.exe
│   │   ├── policytool.exe
│   │   ├── rmic.exe
│   │   ├── rmid.exe
│   │   ├── rmiregistry.exe
│   │   ├── schemagen.exe
│   │   ├── serialver.exe
│   │   ├── servertool.exe
│   │   ├── tnameserv.exe
│   │   ├── unpack200.exe
│   │   ├── wsgen.exe
│   │   ├── wsimport.exe
│   │   └── xjc.exe
│   ├── include
│   │   ├── classfile_constants.h
│   │   ├── jawt.h
│   │   ├── jdwpTransport.h
│   │   ├── jni.h
│   │   ├── jvmticmlr.h
│   │   ├── jvmti.h
│   │   └── win32
│   │   ├── bridge
│   │   │   ├── AccessBridgeCallbacks.h
│   │   │   ├── AccessBridgeCalls.c
│   │   │   ├── AccessBridgeCalls.h
│   │   │   └── AccessBridgePackages.h
│   │   ├── jawt_md.h
│   │   └── jni_md.h
│   ├── jre
│   │   ├── ASSEMBLY_EXCEPTION
│   │   ├── bin
│   │   │   ├── attach.dll
│   │   │   ├── awt.dll
│   │   │   ├── dt_shmem.dll
│   │   │   ├── dt_socket.dll
│   │   │   ├── fontmanager.dll
│   │   │   ├── freetype.dll
│   │   │   ├── hprof.dll
│   │   │   ├── instrument.dll
│   │   │   ├── j2pcsc.dll
│   │   │   ├── j2pkcs11.dll
│   │   │   ├── jaas_nt.dll
│   │   │   ├── jabswitch.exe
│   │   │   ├── JavaAccessBridge-64.dll
│   │   │   ├── java_crw_demo.dll
│   │   │   ├── java.dll
│   │   │   ├── java.exe
│   │   │   ├── java-rmi.exe
│   │   │   ├── javaw.exe
│   │   │   ├── JAWTAccessBridge-64.dll
│   │   │   ├── jawt.dll
│   │   │   ├── jdwp.dll
│   │   │   ├── jjs.exe
│   │   │   ├── jli.dll
│   │   │   ├── jpeg.dll
│   │   │   ├── jsdt.dll
│   │   │   ├── jsound.dll
│   │   │   ├── jsoundds.dll
│   │   │   ├── keytool.exe
│   │   │   ├── kinit.exe
│   │   │   ├── klist.exe
│   │   │   ├── ktab.exe
│   │   │   ├── lcms.dll
│   │   │   ├── management.dll
│   │   │   ├── mlib_image.dll
│   │   │   ├── msvcr100.dll
│   │   │   ├── net.dll
│   │   │   ├── nio.dll
│   │   │   ├── npt.dll
│   │   │   ├── orbd.exe
│   │   │   ├── pack200.exe
│   │   │   ├── policytool.exe
│   │   │   ├── rmid.exe
│   │   │   ├── rmiregistry.exe
│   │   │   ├── sawindbg.dll
│   │   │   ├── server
│   │   │   │   ├── jvm.dll
│   │   │   │   └── Xusage.txt
│   │   │   ├── servertool.exe
│   │   │   ├── splashscreen.dll
│   │   │   ├── sunec.dll
│   │   │   ├── sunmscapi.dll
│   │   │   ├── tnameserv.exe
│   │   │   ├── unpack200.exe
│   │   │   ├── unpack.dll
│   │   │   ├── verify.dll
│   │   │   ├── w2k_lsa_auth.dll
│   │   │   ├── WindowsAccessBridge-64.dll
│   │   │   └── zip.dll
│   │   ├── lib
│   │   │   ├── accessibility.properties
│   │   │   ├── amd64
│   │   │   │   └── jvm.cfg
│   │   │   ├── calendars.properties
│   │   │   ├── charsets.jar
│   │   │   ├── classlist
│   │   │   ├── cmm
│   │   │   │   ├── CIEXYZ.pf
│   │   │   │   ├── GRAY.pf
│   │   │   │   ├── LINEAR_RGB.pf
│   │   │   │   ├── PYCC.pf
│   │   │   │   └── sRGB.pf
│   │   │   ├── content-types.properties
│   │   │   ├── currency.data
│   │   │   ├── ext
│   │   │   │   ├── access-bridge-64.jar
│   │   │   │   ├── cldrdata.jar
│   │   │   │   ├── dnsns.jar
│   │   │   │   ├── jaccess.jar
│   │   │   │   ├── localedata.jar
│   │   │   │   ├── meta-index
│   │   │   │   ├── nashorn.jar
│   │   │   │   ├── sunec.jar
│   │   │   │   ├── sunjce_provider.jar
│   │   │   │   ├── sunmscapi.jar
│   │   │   │   ├── sunpkcs11.jar
│   │   │   │   └── zipfs.jar
│   │   │   ├── flavormap.properties
│   │   │   ├── fontconfig.bfc
│   │   │   ├── fontconfig.properties.src
│   │   │   ├── fonts
│   │   │   │   ├── DroidSans-Bold.ttf
│   │   │   │   ├── DroidSansFallbackFull.ttf
│   │   │   │   ├── DroidSansMonoDotted.ttf
│   │   │   │   ├── DroidSansMonoSlashed.ttf
│   │   │   │   ├── DroidSansMono.ttf
│   │   │   │   ├── DroidSans.ttf
│   │   │   │   ├── DroidSerif-BoldItalic.ttf
│   │   │   │   ├── DroidSerif-Bold.ttf
│   │   │   │   ├── DroidSerif-Italic.ttf
│   │   │   │   ├── DroidSerif-Regular.ttf
│   │   │   │   ├── FiraCode-Bold.ttf
│   │   │   │   ├── FiraCode-Light.ttf
│   │   │   │   ├── FiraCode-Medium.ttf
│   │   │   │   ├── FiraCode-Regular.ttf
│   │   │   │   ├── FiraCode-Retina.ttf
│   │   │   │   ├── font.conf
│   │   │   │   ├── Inconsolata.ttf
│   │   │   │   ├── LICENSE.txt
│   │   │   │   ├── Roboto-Light.ttf
│   │   │   │   ├── Roboto-Thin.ttf
│   │   │   │   ├── SourceCodePro-BoldIt.ttf
│   │   │   │   ├── SourceCodePro-Bold.ttf
│   │   │   │   ├── SourceCodePro-It.ttf
│   │   │   │   └── SourceCodePro-Regular.ttf
│   │   │   ├── hijrah-config-umalqura.properties
│   │   │   ├── images
│   │   │   │   └── cursors
│   │   │   │   ├── cursors.properties
│   │   │   │   ├── invalid32x32.gif
│   │   │   │   ├── win32_CopyDrop32x32.gif
│   │   │   │   ├── win32_CopyNoDrop32x32.gif
│   │   │   │   ├── win32_LinkDrop32x32.gif
│   │   │   │   ├── win32_LinkNoDrop32x32.gif
│   │   │   │   ├── win32_MoveDrop32x32.gif
│   │   │   │   └── win32_MoveNoDrop32x32.gif
│   │   │   ├── jce.jar
│   │   │   ├── jsse.jar
│   │   │   ├── jvm.hprof.txt
│   │   │   ├── logging.properties
│   │   │   ├── management
│   │   │   │   ├── jmxremote.access
│   │   │   │   ├── jmxremote.password.template
│   │   │   │   ├── management.properties
│   │   │   │   └── snmp.acl.template
│   │   │   ├── management-agent.jar
│   │   │   ├── meta-index
│   │   │   ├── net.properties
│   │   │   ├── psfontj2d.properties
│   │   │   ├── psfont.properties.ja
│   │   │   ├── resources.jar
│   │   │   ├── rt.jar
│   │   │   ├── security
│   │   │   │   ├── blacklisted.certs
│   │   │   │   ├── cacerts
│   │   │   │   ├── java.policy
│   │   │   │   ├── java.security
│   │   │   │   └── policy
│   │   │   │   ├── limited
│   │   │   │   │   ├── local_policy.jar
│   │   │   │   │   └── US_export_policy.jar
│   │   │   │   └── unlimited
│   │   │   │   ├── local_policy.jar
│   │   │   │   └── US_export_policy.jar
│   │   │   ├── sound.properties
│   │   │   ├── tzdb.dat
│   │   │   └── tzmappings
│   │   ├── LICENSE
│   │   └── THIRD_PARTY_README
│   ├── lib
│   │   ├── ct.sym
│   │   ├── dt.jar
│   │   ├── ir.idl
│   │   ├── jawt.lib
│   │   ├── jconsole.jar
│   │   ├── jvm.lib
│   │   ├── orb.idl
│   │   ├── sa-jdi.jar
│   │   └── tools.jar
│   ├── LICENSE
│   ├── release
│   └── THIRD_PARTY_README
├── lib
│   ├── aapt2-proto-0.3.1.jar
│   ├── android-base-common.jar
│   ├── annotations.jar
│   ├── annotations-java5.jar
│   ├── ant
│   │   ├── CONTRIBUTORS
│   │   ├── contributors.xml
│   │   ├── INSTALL
│   │   ├── KEYS
│   │   ├── lib
│   │   │   ├── ant-antlr.jar
│   │   │   ├── ant-antlr.pom
│   │   │   ├── ant-apache-bcel.jar
│   │   │   ├── ant-apache-bcel.pom
│   │   │   ├── ant-apache-bsf.jar
│   │   │   ├── ant-apache-bsf.pom
│   │   │   ├── ant-apache-log4j.jar
│   │   │   ├── ant-apache-log4j.pom
│   │   │   ├── ant-apache-oro.jar
│   │   │   ├── ant-apache-oro.pom
│   │   │   ├── ant-apache-regexp.jar
│   │   │   ├── ant-apache-regexp.pom
│   │   │   ├── ant-apache-resolver.jar
│   │   │   ├── ant-apache-resolver.pom
│   │   │   ├── ant-apache-xalan2.jar
│   │   │   ├── ant-apache-xalan2.pom
│   │   │   ├── ant-commons-logging.jar
│   │   │   ├── ant-commons-logging.pom
│   │   │   ├── ant-commons-net.jar
│   │   │   ├── ant-commons-net.pom
│   │   │   ├── ant-jai.jar
│   │   │   ├── ant-jai.pom
│   │   │   ├── ant.jar
│   │   │   ├── ant-javamail.jar
│   │   │   ├── ant-javamail.pom
│   │   │   ├── ant-jdepend.jar
│   │   │   ├── ant-jdepend.pom
│   │   │   ├── ant-jmf.jar
│   │   │   ├── ant-jmf.pom
│   │   │   ├── ant-jsch.jar
│   │   │   ├── ant-jsch.pom
│   │   │   ├── ant-junit4.jar
│   │   │   ├── ant-junit4.pom
│   │   │   ├── ant-junit.jar
│   │   │   ├── ant-junitlauncher.jar
│   │   │   ├── ant-junitlauncher.pom
│   │   │   ├── ant-junit.pom
│   │   │   ├── ant-launcher.jar
│   │   │   ├── ant-launcher.pom
│   │   │   ├── ant-netrexx.jar
│   │   │   ├── ant-netrexx.pom
│   │   │   ├── ant-parent.pom
│   │   │   ├── ant.pom
│   │   │   ├── ant-swing.jar
│   │   │   ├── ant-swing.pom
│   │   │   ├── ant-testutil.jar
│   │   │   ├── ant-testutil.pom
│   │   │   ├── ant-xz.jar
│   │   │   ├── ant-xz.pom
│   │   │   ├── libraries.properties
│   │   │   └── README
│   │   ├── LICENSE
│   │   ├── NOTICE
│   │   ├── README
│   │   ├── src.zip
│   │   └── WHATSNEW
│   ├── antlr4-runtime-4.1.jar
│   ├── asm-5.0.3.jar
│   ├── asm-all-7.0.1.jar
│   ├── asm-analysis-5.0.3.jar
│   ├── asm-tree-5.0.3.jar
│   ├── automaton-1.12-1.jar
│   ├── baksmali-2.2.4.jar
│   ├── batik-anim-1.12.0-8.jar
│   ├── batik-awt-util-1.12.0-8.jar
│   ├── batik-bridge-1.12.0-8.jar
│   ├── batik-codec-1.12.0-8.jar
│   ├── batik-constants-1.12.0-8.jar
│   ├── batik-css-1.12.0-8.jar
│   ├── batik-dom-1.12.0-8.jar
│   ├── batik-ext-1.12.0-8.jar
│   ├── batik-gvt-1.12.0-8.jar
│   ├── batik-parser-1.12.0-8.jar
│   ├── batik-svg-dom-1.12.0-8.jar
│   ├── batik-svggen-1.12.0-8.jar
│   ├── batik-transcoder-1.12.0-8.jar
│   ├── batik-util-1.12.0-8.jar
│   ├── batik-xml-1.12.0-8.jar
│   ├── bcpkix-jdk15on-1.64.jar
│   ├── bcprov-jdk15on-1.64.jar
│   ├── bootstrap.jar
│   ├── built-in-server.jar
│   ├── byte-buddy-agent-1.10.1.jar
│   ├── cds
│   │   └── classesLogAgent.jar
│   ├── cglib-nodep-3.2.4.jar
│   ├── cli-parser-1.1.5.jar
│   ├── common-image-3.4.1.jar
│   ├── common-io-3.4.1.jar
│   ├── common-lang-3.4.1.jar
│   ├── commons-codec-1.14.jar
│   ├── commons-collections-3.2.2.jar
│   ├── commons-compress-1.20.jar
│   ├── commons-httpclient-3.1-patched.jar
│   ├── commons-imaging-1.0-RC-1.jar
│   ├── commons-io-2.6.jar
│   ├── commons-lang-2.4.jar
│   ├── commons-lang3-3.9.jar
│   ├── commons-logging-1.2.jar
│   ├── commons-net-3.6.jar
│   ├── configuration-store-impl.jar
│   ├── core-3.4.0.jar
│   ├── coverage-common.jar
│   ├── credential-store.jar
│   ├── dbus-java-3.0.2.jar
│   ├── delight-rhino-sandbox-0.0.11.jar
│   ├── dexlib2-2.2.4.jar
│   ├── dom-impl.jar
│   ├── dom-openapi.jar
│   ├── eddsa-0.2.0.jar
│   ├── emulator_java_proto.jar
│   ├── error_prone_annotations-2.3.1.jar
│   ├── extensions.jar
│   ├── external-system-rt.jar
│   ├── failureaccess-1.0.1.jar
│   ├── FastInfoset-1.2.15.jar
│   ├── fluent-hc-4.5.12.jar
│   ├── forms-1.1-preview.jar
│   ├── forms_rt.jar
│   ├── google-analytics-library.jar
│   ├── groovy-all-2.4.17.jar
│   ├── gson-2.8.6.jar
│   ├── guava-28.2-jre.jar
│   ├── hamcrest-core-1.3.jar
│   ├── HdrHistogram-2.1.4.jar
│   ├── httpclient-4.5.12.jar
│   ├── httpcore-4.4.13.jar
│   ├── httpmime-4.5.12.jar
│   ├── icons.jar
│   ├── idea.jar
│   ├── idea_rt.jar
│   ├── imageio-core-3.4.1.jar
│   ├── imageio-metadata-3.4.1.jar
│   ├── imageio-tiff-3.4.1.jar
│   ├── imgscalr-lib-4.2.jar
│   ├── ini4j-0.5.5-2.jar
│   ├── intellij-coverage-agent-1.0.508.jar
│   ├── intellij-dvcs.jar
│   ├── intellij-test-discovery-agent-1.0.508.jar
│   ├── intellij-xml.jar
│   ├── ion-java-1.5.2-2.jar
│   ├── isorelax-20030108.jar
│   ├── istack-commons-runtime-3.0.7.jar
│   ├── j2objc-annotations-1.3.jar
│   ├── jackson-annotations-2.10.2.jar
│   ├── jackson-core-2.10.2.jar
│   ├── jackson-databind-2.10.2.jar
│   ├── jackson-module-kotlin-2.10.2.jar
│   ├── javac2.jar
│   ├── java-compatibility-1.0.1.jar
│   ├── javassist-3.22.0-GA.jar
│   ├── java-utils-1.0.5.jar
│   ├── javax.activation-1.2.0.jar
│   ├── javax.annotation-api-1.3.2.jar
│   ├── javax.inject-1.jar
│   ├── jaxb-api-2.3.1.jar
│   ├── jaxb-runtime-2.3.1.jar
│   ├── jaxen-1.2.0.jar
│   ├── jbcrypt-1.0.0.jar
│   ├── jb-jdi-1.7.jar
│   ├── jcef-3.3683.1920.g9f41a27-3.jar
│   ├── jcip-annotations-1.0.jar
│   ├── jdkAnnotations.jar
│   ├── jdom.jar
│   ├── jediterm-pty-2.27.jar
│   ├── jetCheck-0.2.1.jar
│   ├── jing-20030619.jar
│   ├── jna.jar
│   ├── jna-platform.jar
│   ├── jps-model.jar
│   ├── jsch-0.1.55.jar
│   ├── jshell-frontend.jar
│   ├── json.jar
│   ├── jsoup-1.12.1.jar
│   ├── jsp-base-openapi.jar
│   ├── jsr305.jar
│   ├── junit-4.12.jar
│   ├── junit.jar
│   ├── kotlin-gradle-plugin-model-1.3.72.jar
│   ├── kotlin-reflect-1.3.72.jar
│   ├── kotlin-stdlib-1.3.72.jar
│   ├── kotlin-stdlib-common-1.3.72.jar
│   ├── kotlin-stdlib-jdk7-1.3.72.jar
│   ├── kotlin-stdlib-jdk8-1.3.72.jar
│   ├── kotlin-test-1.3.72.jar
│   ├── kotlin-test-common-1.3.72.jar
│   ├── kotlinx-coroutines-core-1.3.4.jar
│   ├── kotlinx-coroutines-guava-1.2.1.jar
│   ├── kotlinx-coroutines-jdk8-1.3.4.jar
│   ├── kryo-2.24.0.jar
│   ├── kxml2-2.3.0.jar
│   ├── layout_inspector_java_proto.jar
│   ├── libam-instrumentation-data-proto.jar
│   ├── libstudio.proto.jar
│   ├── log4j.jar
│   ├── lz4-java-1.7.1.jar
│   ├── markdownj-core-0.4.2-SNAPSHOT.jar
│   ├── maven-artifact-3.6.1.jar
│   ├── maven-builder-support-3.6.1.jar
│   ├── maven-model-3.6.1.jar
│   ├── maven-model-builder-3.6.1.jar
│   ├── maven-repository-metadata-3.6.1.jar
│   ├── maven-resolver-api-1.3.3.jar
│   ├── maven-resolver-impl-1.3.3.jar
│   ├── maven-resolver-provider-3.6.1.jar
│   ├── maven-resolver-spi-1.3.3.jar
│   ├── maven-resolver-util-1.3.3.jar
│   ├── microba.jar
│   ├── miglayout-core-5.2.jar
│   ├── miglayout-swing-5.2.jar
│   ├── minlog-1.2.jar
│   ├── nanoxml-2.2.3.jar
│   ├── nekohtml-1.9.22.jar
│   ├── netty-buffer-4.1.47.Final.jar
│   ├── netty-codec-4.1.47.Final.jar
│   ├── netty-codec-http2-4.1.47.Final.jar
│   ├── netty-codec-http-4.1.47.Final.jar
│   ├── netty-codec-socks-4.1.47.Final.jar
│   ├── netty-common-4.1.47.Final.jar
│   ├── netty-handler-4.1.47.Final.jar
│   ├── netty-handler-proxy-4.1.47.Final.jar
│   ├── netty-resolver-4.1.47.Final.jar
│   ├── netty-transport-4.1.47.Final.jar
│   ├── objenesis-3.1.jar
│   ├── openapi.jar
│   ├── org.eclipse.lsp4j-0.7.1.jar
│   ├── org.eclipse.lsp4j.jsonrpc-0.7.1.jar
│   ├── org.eclipse.xtend.lib-2.17.0.jar
│   ├── org.eclipse.xtend.lib.macro-2.17.0.jar
│   ├── org.eclipse.xtext.xbase.lib-2.17.0.jar
│   ├── oro-2.0.8.jar
│   ├── perfetto-protos.jar
│   ├── platform-api.jar
│   ├── platform-concurrency.jar
│   ├── platform-core-ui.jar
│   ├── platform-diagnostic.jar
│   ├── platform-ide-util-io.jar
│   ├── platform-impl.jar
│   ├── platform-objectSerializer-annotations.jar
│   ├── platform-objectSerializer.jar
│   ├── platform-serviceContainer.jar
│   ├── platform-statistics-devkit.jar
│   ├── platform-statistics.jar
│   ├── platform-statistics-uploader.jar
│   ├── platform-util-ex.jar
│   ├── platform-util-ui.jar
│   ├── plexus-component-annotations-1.7.1.jar
│   ├── plexus-interpolation-1.25.jar
│   ├── plexus-utils-3.2.0.jar
│   ├── protobuf-java-3.5.1.jar
│   ├── proto.jar
│   ├── proxy-vole-1.0.5-jb.2.jar
│   ├── pty4j-0.9.6.jar
│   ├── pty4j-native
│   │   └── win
│   │   ├── x86
│   │   │   ├── winpty-agent.exe
│   │   │   └── winpty.dll
│   │   ├── x86_64
│   │   │   ├── cyglaunch.exe
│   │   │   ├── winpty-agent.exe
│   │   │   └── winpty.dll
│   │   └── xp
│   │   ├── winpty-agent.exe
│   │   └── winpty.dll
│   ├── purejavacomm-0.0.11.1.jar
│   ├── qdox-2.0-M10.jar
│   ├── rd-core-0.193.101.jar
│   ├── rd-swing-0.193.101.jar
│   ├── resources_en.jar
│   ├── resources.jar
│   ├── rhino-1.7.12.jar
│   ├── rngom-20051226-patched.jar
│   ├── serviceMessages-2019.1.4.jar
│   ├── slf4j-api-1.7.25.jar
│   ├── slf4j-log4j12-1.7.25.jar
│   ├── snakeyaml-1.26.jar
│   ├── snakeyaml-engine-2.1.jar
│   ├── spellchecker.jar
│   ├── sqlite_inspector_proto.jar
│   ├── sqlite-jdbc-3.21.0.1.jar
│   ├── stax-api-1.0.1.jar
│   ├── stax-ex-1.8.jar
│   ├── streamex-0.7.2.jar
│   ├── studio-grpc.jar
│   ├── studio-proto.jar
│   ├── swingx-core-1.6.2-2.jar
│   ├── testFramework.core.jar
│   ├── testFramework.jar
│   ├── testFramework-java.jar
│   ├── tests_bootstrap.jar
│   ├── tightvnc.jar
│   ├── tips-intellij-idea-community-201.11.jar
│   ├── trang-core.jar
│   ├── transport_java_proto.jar
│   ├── trilead-ssh2-build-217-jenkins-14.jar
│   ├── trove4j.jar
│   ├── txw2-2.3.1.jar
│   ├── uast-tests.jar
│   ├── util-2.2.4.jar
│   ├── util.jar
│   ├── velocity-1.7.jar
│   ├── winp-1.28.jar
│   ├── xercesImpl-2.12.0.jar
│   ├── xml-apis-ext-1.3.04.jar
│   ├── xmlbeans-2.6.0.jar
│   ├── xmlgraphics-commons-2.3.jar
│   ├── xmlpull-1.1.3.1.jar
│   ├── xml-resolver-1.2.jar
│   ├── xmlrpc-2.0.1.jar
│   ├── xpp3_min-1.1.4c.jar
│   ├── xstream-1.4.11.1.jar
│   └── xz-1.8.jar
├── license
│   ├── ant_license.txt
│   ├── antlr4-runtime-4.5.3.jar-NOTICE
│   ├── asm-5.0.3-NOTICE
│   ├── asm_license.txt
│   ├── bouncycastle-1.48-NOTICE
│   ├── commons-compress-NOTICE
│   ├── commons-io-2.4.jar-NOTICE
│   ├── dev01_license.txt
│   ├── dexlib2-2.0.8-NOTICE
│   ├── eclipse_license2.txt
│   ├── eclipse_license.txt
│   ├── fest-NOTICE
│   ├── fetchasgoogle.jar-NOTICE
│   ├── freemarker-NOTICE
│   ├── google-api-services-cloudresourcemanager-v1beta1-rev12-1.21.0.jar-NOTICE
│   ├── google-api-services-debugger.jar-NOTICE
│   ├── google-api-services-mobilesdk-v1.jar-NOTICE
│   ├── google-api-services-oauth2-v2-rev70-1.18.0-rc.jar-NOTICE
│   ├── google-api-services-source.jar-NOTICE
│   ├── google-api-services-storage.jar-NOTICE
│   ├── google-api-services-testing.jar-NOTICE
│   ├── google-api-services-toolresults.jar-NOTICE
│   ├── google-gct-login-context-pg.jar-NOTICE
│   ├── google.gdt.eclipse.login.common.jar-NOTICE
│   ├── google-http-client-jackson-1.18.0-rc.jar-NOTICE
│   ├── gradle-appengine-builder-model-0.1.0.jar-NOTICE
│   ├── growl.license
│   ├── gson-2.3-NOTICE
│   ├── gson_license.txt
│   ├── hdrhistogram_license.txt
│   ├── imgscalr_license.txt
│   ├── instantapps-api-NOTICE
│   ├── javahelp_license.txt
│   ├── javolution_license.txt
│   ├── jaxb_license.txt
│   ├── jaxen_license.txt
│   ├── jdom_license.txt
│   ├── jgoodies_forms_license.txt
│   ├── jgraphx-3.4.0.1-NOTICE
│   ├── jsr305-1.3.9-NOTICE
│   ├── junit_license.txt
│   ├── juniversalchardet-1.0.3.jar-NOTICE
│   ├── kryo-license.txt
│   ├── kxml2-2.3.0-NOTICE
│   ├── libandroidfw.txt
│   ├── libandroid_runtime.txt
│   ├── libarect.txt
│   ├── libbinary_parse.txt
│   ├── libc++abi.txt
│   ├── libcompiler_rt-extras.txt
│   ├── libcompiler_rt.txt
│   ├── libc++_static.txt
│   ├── libc++.txt
│   ├── libcutils.txt
│   ├── libdng_sdk.txt
│   ├── libft2.txt
│   ├── libgtest_prod.txt
│   ├── libharfbuzz_ng.txt
│   ├── libhwui.txt
│   ├── libicui18n-host.txt
│   ├── libicuuc-host.txt
│   ├── libimage_type_recognition.txt
│   ├── libjpeg.txt
│   ├── liblog.txt
│   ├── libnativehelper.txt
│   ├── libpiex.txt
│   ├── libsfntly.txt
│   ├── libskia.txt
│   ├── libtiff_directory.txt
│   ├── libunwindbacktrace.txt
│   ├── libunwind_static.txt
│   ├── libutils.txt
│   ├── libwebp-decode.txt
│   ├── libwebp-encode.txt
│   ├── libz.txt
│   ├── log4j_license.txt
│   ├── microba_license.txt
│   ├── miglayout_swing_license.txt
│   ├── mockito-all-1.9.5-NOTICE
│   ├── nanoxml_license.txt
│   ├── oromatcher_license.txt
│   ├── pepk-NOTICE
│   ├── picoContainer_license.txt
│   ├── r8_license.txt
│   ├── samplesindex-v1-1.0-SNAPSHOT.jar-NOTICE
│   ├── saxon-conditions.html
│   ├── spantable-NOTICE
│   ├── swingx_license.txt
│   ├── swt.jar-NOTICE
│   ├── third-party-libraries.html
│   ├── trove4j_license.txt
│   ├── uiautomatorviewer.jar-NOTICE
│   ├── webp-headers.txt
│   ├── winp_license.txt
│   ├── xerces_license.txt
│   ├── xmlrpc_license.txt
│   ├── XStream_license.txt
│   └── yourkit-license-redist.txt
├── LICENSE.txt
├── NOTICE.txt
├── plugins
│   ├── android
│   │   ├── lib
│   │   │   ├── adt-ui.jar
│   │   │   ├── androidAnnotations.jar
│   │   │   ├── android-common.jar
│   │   │   ├── android-extensions-ide.jar
│   │   │   ├── android.jar
│   │   │   ├── android-kotlin.jar
│   │   │   ├── android-profilers.jar
│   │   │   ├── android-rt.jar
│   │   │   ├── antlr4-runtime-4.5.3.jar
│   │   │   ├── artwork.jar
│   │   │   ├── asm-5.0.3.jar
│   │   │   ├── asm-analysis-5.0.3.jar
│   │   │   ├── asm-tree-5.0.3.jar
│   │   │   ├── auto-common-0.10.jar
│   │   │   ├── build-common.jar
│   │   │   ├── commons-compress-1.8.1.jar
│   │   │   ├── commons-lang-2.6.jar
│   │   │   ├── core-proto-0.0.2-dev.jar
│   │   │   ├── data-binding.jar
│   │   │   ├── deploy_java_proto.jar
│   │   │   ├── device-art-resources
│   │   │   │   ├── automotive_1024
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── fore.png
│   │   │   │   │   └── layout
│   │   │   │   ├── device-art.xml
│   │   │   │   ├── galaxy_nexus
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   └── thumb.png
│   │   │   │   ├── nexus_10
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   └── thumb.png
│   │   │   │   ├── nexus_4
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   └── thumb.png
│   │   │   │   ├── nexus_5
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── nexus_5x
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── nexus_6
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── nexus_6p
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── nexus_7
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   └── thumb.png
│   │   │   │   ├── nexus_7_2013
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── nexus_9
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── nexus_one
│   │   │   │   │   ├── button.png
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   ├── power_land.png
│   │   │   │   │   ├── power.png
│   │   │   │   │   ├── thumb.png
│   │   │   │   │   ├── volume_down_land.png
│   │   │   │   │   ├── volume_down.png
│   │   │   │   │   ├── volume_up_land.png
│   │   │   │   │   └── volume_up.png
│   │   │   │   ├── nexus_s
│   │   │   │   │   ├── button.png
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   ├── power_land.png
│   │   │   │   │   ├── power.png
│   │   │   │   │   ├── thumb.png
│   │   │   │   │   ├── volume_down_land.png
│   │   │   │   │   ├── volume_down.png
│   │   │   │   │   ├── volume_up_land.png
│   │   │   │   │   └── volume_up.png
│   │   │   │   ├── phone
│   │   │   │   │   ├── phone_back_simple_land.9.png
│   │   │   │   │   ├── phone_back_simple_port.9.png
│   │   │   │   │   ├── phone_shadow_simple_land.9.png
│   │   │   │   │   └── phone_shadow_simple_port.9.png
│   │   │   │   ├── pixel
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── pixel_2
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── pixel_2_xl
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   ├── port_shadow.webp
│   │   │   │   │   └── round_corners.webp
│   │   │   │   ├── pixel_3
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   └── round_corners.webp
│   │   │   │   ├── pixel_3a
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── rounded_corners.webp
│   │   │   │   ├── pixel_3a_xl
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── rounded_corners.webp
│   │   │   │   ├── pixel_3_xl
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── round_corners.webp
│   │   │   │   ├── pixel_4
│   │   │   │   │   ├── back.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   └── mask.webp
│   │   │   │   ├── pixel_4_xl
│   │   │   │   │   ├── back.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   └── mask.webp
│   │   │   │   ├── pixel_c
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── pixel_silver
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── pixel_xl
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── pixel_xl_silver
│   │   │   │   │   ├── land_back.webp
│   │   │   │   │   ├── land_fore.webp
│   │   │   │   │   ├── land_shadow.webp
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── port_back.webp
│   │   │   │   │   ├── port_fore.webp
│   │   │   │   │   └── port_shadow.webp
│   │   │   │   ├── polestar_2
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── button.png
│   │   │   │   │   ├── fore.png
│   │   │   │   │   └── layout
│   │   │   │   ├── tablet
│   │   │   │   │   ├── tablet_back_simple.9.png
│   │   │   │   │   ├── tablet_shadow_simple_land.9.png
│   │   │   │   │   └── tablet_shadow_simple_port.9.png
│   │   │   │   ├── tv_1080p
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── fore.png
│   │   │   │   │   ├── layout
│   │   │   │   │   └── shadow.png
│   │   │   │   ├── tv_720p
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── fore.png
│   │   │   │   │   ├── layout
│   │   │   │   │   └── shadow.png
│   │   │   │   ├── wear_round
│   │   │   │   │   ├── arrow_down.png
│   │   │   │   │   ├── arrow_left.png
│   │   │   │   │   ├── arrow_right.png
│   │   │   │   │   ├── arrow_up.png
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── button.png
│   │   │   │   │   ├── circle_mask_320px.png
│   │   │   │   │   ├── circle_mask_380px_onion.png
│   │   │   │   │   ├── circle_mask_380px.png
│   │   │   │   │   ├── controls.png
│   │   │   │   │   ├── fore.png
│   │   │   │   │   ├── hardware.ini
│   │   │   │   │   ├── key.png
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── mask.png
│   │   │   │   │   ├── select.png
│   │   │   │   │   └── shadow.png
│   │   │   │   ├── wear_square
│   │   │   │   │   ├── back.png
│   │   │   │   │   ├── fore.png
│   │   │   │   │   ├── layout
│   │   │   │   │   ├── mask.png
│   │   │   │   │   └── shadow.png
│   │   │   │   └── xoom
│   │   │   │   ├── land_back.webp
│   │   │   │   ├── land_fore.webp
│   │   │   │   ├── land_shadow.webp
│   │   │   │   ├── port_back.webp
│   │   │   │   ├── port_fore.webp
│   │   │   │   ├── port_shadow.webp
│   │   │   │   └── thumb.png
│   │   │   ├── explainer.jar
│   │   │   ├── flatbuffers-java-1.12.0.jar
│   │   │   ├── game-tools.jar
│   │   │   ├── game-tools-protos.jar
│   │   │   ├── generator.jar
│   │   │   ├── instantapps-api-1.8.jar
│   │   │   ├── jarutils.jar
│   │   │   ├── javapoet-1.10.0.jar
│   │   │   ├── javawriter-2.2.1.jar
│   │   │   ├── jetifier-core-1.0.0-beta09.jar
│   │   │   ├── jps
│   │   │   │   └── android-jps-plugin.jar
│   │   │   ├── juniversalchardet-1.0.3.jar
│   │   │   ├── layoutlib
│   │   │   │   ├── build.prop
│   │   │   │   └── data
│   │   │   │   ├── fonts
│   │   │   │   │   ├── AndroidClock.ttf
│   │   │   │   │   ├── CarroisGothicSC-Regular.ttf
│   │   │   │   │   ├── ComingSoon.ttf
│   │   │   │   │   ├── CutiveMono.ttf
│   │   │   │   │   ├── DancingScript-Bold.ttf
│   │   │   │   │   ├── DancingScript-Regular.ttf
│   │   │   │   │   ├── DroidSans-Bold.ttf
│   │   │   │   │   ├── DroidSansFallback.ttf
│   │   │   │   │   ├── DroidSansMono.ttf
│   │   │   │   │   ├── DroidSans.ttf
│   │   │   │   │   ├── fontsInSdk.txt
│   │   │   │   │   ├── NanumGothic.ttf
│   │   │   │   │   ├── native
│   │   │   │   │   │   └── fonts.xml
│   │   │   │   │   ├── NotoColorEmoji.ttf
│   │   │   │   │   ├── NotoEmoji.ttf
│   │   │   │   │   ├── NotoNaskhArabic-Bold.ttf
│   │   │   │   │   ├── NotoNaskhArabic-Regular.ttf
│   │   │   │   │   ├── NotoNaskhArabicUI-Bold.ttf
│   │   │   │   │   ├── NotoNaskhArabicUI-Regular.ttf
│   │   │   │   │   ├── NotoSansAdlam-Regular.ttf
│   │   │   │   │   ├── NotoSansAhom-Regular.otf
│   │   │   │   │   ├── NotoSansAnatolianHieroglyphs-Regular.otf
│   │   │   │   │   ├── NotoSansArmenian-Bold.otf
│   │   │   │   │   ├── NotoSansArmenian-Bold.ttf
│   │   │   │   │   ├── NotoSansArmenian-Medium.otf
│   │   │   │   │   ├── NotoSansArmenian-Regular.otf
│   │   │   │   │   ├── NotoSansArmenian-Regular.ttf
│   │   │   │   │   ├── NotoSansAvestan-Regular.ttf
│   │   │   │   │   ├── NotoSansBalinese-Regular.ttf
│   │   │   │   │   ├── NotoSansBamum-Regular.ttf
│   │   │   │   │   ├── NotoSansBassaVah-Regular.otf
│   │   │   │   │   ├── NotoSansBatak-Regular.ttf
│   │   │   │   │   ├── NotoSansBengali-Bold.otf
│   │   │   │   │   ├── NotoSansBengali-Bold.ttf
│   │   │   │   │   ├── NotoSansBengali-Medium.otf
│   │   │   │   │   ├── NotoSansBengali-Regular.otf
│   │   │   │   │   ├── NotoSansBengali-Regular.ttf
│   │   │   │   │   ├── NotoSansBengaliUI-Bold.otf
│   │   │   │   │   ├── NotoSansBengaliUI-Bold.ttf
│   │   │   │   │   ├── NotoSansBengaliUI-Medium.otf
│   │   │   │   │   ├── NotoSansBengaliUI-Regular.otf
│   │   │   │   │   ├── NotoSansBengaliUI-Regular.ttf
│   │   │   │   │   ├── NotoSansBhaiksuki-Regular.otf
│   │   │   │   │   ├── NotoSansBrahmi-Regular.ttf
│   │   │   │   │   ├── NotoSansBuginese-Regular.ttf
│   │   │   │   │   ├── NotoSansBuhid-Regular.ttf
│   │   │   │   │   ├── NotoSansCanadianAboriginal-Regular.ttf
│   │   │   │   │   ├── NotoSansCarian-Regular.ttf
│   │   │   │   │   ├── NotoSansChakma-Regular.otf
│   │   │   │   │   ├── NotoSansChakma-Regular.ttf
│   │   │   │   │   ├── NotoSansCham-Bold.ttf
│   │   │   │   │   ├── NotoSansCham-Regular.ttf
│   │   │   │   │   ├── NotoSansCherokee-Regular.ttf
│   │   │   │   │   ├── NotoSansCJK-Regular-0.otf
│   │   │   │   │   ├── NotoSansCJK-Regular-1.otf
│   │   │   │   │   ├── NotoSansCJK-Regular-2.otf
│   │   │   │   │   ├── NotoSansCJK-Regular-3.otf
│   │   │   │   │   ├── NotoSansCoptic-Regular.ttf
│   │   │   │   │   ├── NotoSansCuneiform-Regular.ttf
│   │   │   │   │   ├── NotoSansCypriot-Regular.ttf
│   │   │   │   │   ├── NotoSansDeseret-Regular.ttf
│   │   │   │   │   ├── NotoSansDevanagari-Bold.otf
│   │   │   │   │   ├── NotoSansDevanagari-Bold.ttf
│   │   │   │   │   ├── NotoSansDevanagari-Medium.otf
│   │   │   │   │   ├── NotoSansDevanagari-Regular.otf
│   │   │   │   │   ├── NotoSansDevanagari-Regular.ttf
│   │   │   │   │   ├── NotoSansDevanagariUI-Bold.otf
│   │   │   │   │   ├── NotoSansDevanagariUI-Bold.ttf
│   │   │   │   │   ├── NotoSansDevanagariUI-Medium.otf
│   │   │   │   │   ├── NotoSansDevanagariUI-Regular.otf
│   │   │   │   │   ├── NotoSansDevanagariUI-Regular.ttf
│   │   │   │   │   ├── NotoSansEgyptianHieroglyphs-Regular.ttf
│   │   │   │   │   ├── NotoSansElbasan-Regular.otf
│   │   │   │   │   ├── NotoSansEthiopic-Bold.ttf
│   │   │   │   │   ├── NotoSansEthiopic-Regular.ttf
│   │   │   │   │   ├── NotoSansGeorgian-Bold.otf
│   │   │   │   │   ├── NotoSansGeorgian-Bold.ttf
│   │   │   │   │   ├── NotoSansGeorgian-Medium.otf
│   │   │   │   │   ├── NotoSansGeorgian-Regular.otf
│   │   │   │   │   ├── NotoSansGeorgian-Regular.ttf
│   │   │   │   │   ├── NotoSansGlagolitic-Regular.ttf
│   │   │   │   │   ├── NotoSansGothic-Regular.ttf
│   │   │   │   │   ├── NotoSansGujarati-Bold.ttf
│   │   │   │   │   ├── NotoSansGujarati-Regular.ttf
│   │   │   │   │   ├── NotoSansGujaratiUI-Bold.ttf
│   │   │   │   │   ├── NotoSansGujaratiUI-Regular.ttf
│   │   │   │   │   ├── NotoSansGurmukhi-Bold.ttf
│   │   │   │   │   ├── NotoSansGurmukhi-Regular.ttf
│   │   │   │   │   ├── NotoSansGurmukhiUI-Bold.ttf
│   │   │   │   │   ├── NotoSansGurmukhiUI-Regular.ttf
│   │   │   │   │   ├── NotoSansHanunoo-Regular.ttf
│   │   │   │   │   ├── NotoSansHatran-Regular.otf
│   │   │   │   │   ├── NotoSansHebrew-Bold.ttf
│   │   │   │   │   ├── NotoSansHebrew-Regular.ttf
│   │   │   │   │   ├── NotoSansImperialAramaic-Regular.ttf
│   │   │   │   │   ├── NotoSansInscriptionalPahlavi-Regular.ttf
│   │   │   │   │   ├── NotoSansInscriptionalParthian-Regular.ttf
│   │   │   │   │   ├── NotoSansJavanese-Regular.ttf
│   │   │   │   │   ├── NotoSansKaithi-Regular.ttf
│   │   │   │   │   ├── NotoSansKannada-Bold.ttf
│   │   │   │   │   ├── NotoSansKannada-Regular.ttf
│   │   │   │   │   ├── NotoSansKannadaUI-Bold.ttf
│   │   │   │   │   ├── NotoSansKannadaUI-Regular.ttf
│   │   │   │   │   ├── NotoSansKayahLi-Regular.ttf
│   │   │   │   │   ├── NotoSansKharoshthi-Regular.ttf
│   │   │   │   │   ├── NotoSansKhmerUI-Bold.ttf
│   │   │   │   │   ├── NotoSansKhmerUI-Regular.ttf
│   │   │   │   │   ├── NotoSansKhmer-VF.ttf
│   │   │   │   │   ├── NotoSansLao-Bold.ttf
│   │   │   │   │   ├── NotoSansLao-Regular.ttf
│   │   │   │   │   ├── NotoSansLaoUI-Bold.ttf
│   │   │   │   │   ├── NotoSansLaoUI-Regular.ttf
│   │   │   │   │   ├── NotoSansLepcha-Regular.ttf
│   │   │   │   │   ├── NotoSansLimbu-Regular.ttf
│   │   │   │   │   ├── NotoSansLinearA-Regular.otf
│   │   │   │   │   ├── NotoSansLinearB-Regular.ttf
│   │   │   │   │   ├── NotoSansLisu-Regular.ttf
│   │   │   │   │   ├── NotoSansLycian-Regular.ttf
│   │   │   │   │   ├── NotoSansLydian-Regular.ttf
│   │   │   │   │   ├── NotoSansMalayalam-Bold.otf
│   │   │   │   │   ├── NotoSansMalayalam-Bold.ttf
│   │   │   │   │   ├── NotoSansMalayalam-Medium.otf
│   │   │   │   │   ├── NotoSansMalayalam-Regular.otf
│   │   │   │   │   ├── NotoSansMalayalam-Regular.ttf
│   │   │   │   │   ├── NotoSansMalayalamUI-Bold.otf
│   │   │   │   │   ├── NotoSansMalayalamUI-Bold.ttf
│   │   │   │   │   ├── NotoSansMalayalamUI-Medium.otf
│   │   │   │   │   ├── NotoSansMalayalamUI-Regular.otf
│   │   │   │   │   ├── NotoSansMalayalamUI-Regular.ttf
│   │   │   │   │   ├── NotoSansMandaic-Regular.ttf
│   │   │   │   │   ├── NotoSansManichaean-Regular.otf
│   │   │   │   │   ├── NotoSansMarchen-Regular.otf
│   │   │   │   │   ├── NotoSansMeeteiMayek-Regular.ttf
│   │   │   │   │   ├── NotoSansMeroitic-Regular.otf
│   │   │   │   │   ├── NotoSansMiao-Regular.otf
│   │   │   │   │   ├── NotoSansMongolian-Regular.ttf
│   │   │   │   │   ├── NotoSansMro-Regular.otf
│   │   │   │   │   ├── NotoSansMultani-Regular.otf
│   │   │   │   │   ├── NotoSansMyanmar-Bold.otf
│   │   │   │   │   ├── NotoSansMyanmar-Bold.ttf
│   │   │   │   │   ├── NotoSansMyanmar-Medium.otf
│   │   │   │   │   ├── NotoSansMyanmar-Regular.otf
│   │   │   │   │   ├── NotoSansMyanmar-Regular.ttf
│   │   │   │   │   ├── NotoSansMyanmarUI-Bold.otf
│   │   │   │   │   ├── NotoSansMyanmarUI-Bold.ttf
│   │   │   │   │   ├── NotoSansMyanmarUI-Medium.otf
│   │   │   │   │   ├── NotoSansMyanmarUI-Regular.otf
│   │   │   │   │   ├── NotoSansMyanmarUI-Regular.ttf
│   │   │   │   │   ├── NotoSansNabataean-Regular.otf
│   │   │   │   │   ├── NotoSansNewa-Regular.otf
│   │   │   │   │   ├── NotoSansNewTaiLue-Regular.ttf
│   │   │   │   │   ├── NotoSansNKo-Regular.ttf
│   │   │   │   │   ├── NotoSansOgham-Regular.ttf
│   │   │   │   │   ├── NotoSansOlChiki-Regular.ttf
│   │   │   │   │   ├── NotoSansOldItalic-Regular.ttf
│   │   │   │   │   ├── NotoSansOldNorthArabian-Regular.otf
│   │   │   │   │   ├── NotoSansOldPermic-Regular.otf
│   │   │   │   │   ├── NotoSansOldPersian-Regular.ttf
│   │   │   │   │   ├── NotoSansOldSouthArabian-Regular.ttf
│   │   │   │   │   ├── NotoSansOldTurkic-Regular.ttf
│   │   │   │   │   ├── NotoSansOriya-Bold.ttf
│   │   │   │   │   ├── NotoSansOriya-Regular.ttf
│   │   │   │   │   ├── NotoSansOriyaUI-Bold.ttf
│   │   │   │   │   ├── NotoSansOriyaUI-Regular.ttf
│   │   │   │   │   ├── NotoSansOsage-Regular.ttf
│   │   │   │   │   ├── NotoSansOsmanya-Regular.ttf
│   │   │   │   │   ├── NotoSansPahawhHmong-Regular.otf
│   │   │   │   │   ├── NotoSansPalmyrene-Regular.otf
│   │   │   │   │   ├── NotoSansPauCinHau-Regular.otf
│   │   │   │   │   ├── NotoSansPhagsPa-Regular.ttf
│   │   │   │   │   ├── NotoSansPhoenician-Regular.ttf
│   │   │   │   │   ├── NotoSansRejang-Regular.ttf
│   │   │   │   │   ├── NotoSansRunic-Regular.ttf
│   │   │   │   │   ├── NotoSansSamaritan-Regular.ttf
│   │   │   │   │   ├── NotoSansSaurashtra-Regular.ttf
│   │   │   │   │   ├── NotoSansSharada-Regular.otf
│   │   │   │   │   ├── NotoSansShavian-Regular.ttf
│   │   │   │   │   ├── NotoSansSinhala-Bold.otf
│   │   │   │   │   ├── NotoSansSinhala-Bold.ttf
│   │   │   │   │   ├── NotoSansSinhala-Medium.otf
│   │   │   │   │   ├── NotoSansSinhala-Regular.otf
│   │   │   │   │   ├── NotoSansSinhala-Regular.ttf
│   │   │   │   │   ├── NotoSansSinhalaUI-Bold.otf
│   │   │   │   │   ├── NotoSansSinhalaUI-Medium.otf
│   │   │   │   │   ├── NotoSansSinhalaUI-Regular.otf
│   │   │   │   │   ├── NotoSansSoraSompeng-Regular.otf
│   │   │   │   │   ├── NotoSansSundanese-Regular.ttf
│   │   │   │   │   ├── NotoSansSylotiNagri-Regular.ttf
│   │   │   │   │   ├── NotoSansSymbols-Regular-Subsetted2.ttf
│   │   │   │   │   ├── NotoSansSymbols-Regular-Subsetted.ttf
│   │   │   │   │   ├── NotoSansSyriacEastern-Regular.ttf
│   │   │   │   │   ├── NotoSansSyriacEstrangela-Regular.ttf
│   │   │   │   │   ├── NotoSansSyriacWestern-Regular.ttf
│   │   │   │   │   ├── NotoSansTagalog-Regular.ttf
│   │   │   │   │   ├── NotoSansTagbanwa-Regular.ttf
│   │   │   │   │   ├── NotoSansTaiLe-Regular.ttf
│   │   │   │   │   ├── NotoSansTaiTham-Regular.ttf
│   │   │   │   │   ├── NotoSansTaiViet-Regular.ttf
│   │   │   │   │   ├── NotoSansTamil-Bold.otf
│   │   │   │   │   ├── NotoSansTamil-Bold.ttf
│   │   │   │   │   ├── NotoSansTamil-Medium.otf
│   │   │   │   │   ├── NotoSansTamil-Regular.otf
│   │   │   │   │   ├── NotoSansTamil-Regular.ttf
│   │   │   │   │   ├── NotoSansTamilUI-Bold.otf
│   │   │   │   │   ├── NotoSansTamilUI-Bold.ttf
│   │   │   │   │   ├── NotoSansTamilUI-Medium.otf
│   │   │   │   │   ├── NotoSansTamilUI-Regular.otf
│   │   │   │   │   ├── NotoSansTamilUI-Regular.ttf
│   │   │   │   │   ├── NotoSansTelugu-Bold.ttf
│   │   │   │   │   ├── NotoSansTelugu-Regular.ttf
│   │   │   │   │   ├── NotoSansTeluguUI-Bold.ttf
│   │   │   │   │   ├── NotoSansTeluguUI-Regular.ttf
│   │   │   │   │   ├── NotoSansThaana-Bold.ttf
│   │   │   │   │   ├── NotoSansThaana-Regular.ttf
│   │   │   │   │   ├── NotoSansThai-Bold.ttf
│   │   │   │   │   ├── NotoSansThai-Regular.ttf
│   │   │   │   │   ├── NotoSansThaiUI-Bold.ttf
│   │   │   │   │   ├── NotoSansThaiUI-Regular.ttf
│   │   │   │   │   ├── NotoSansTibetan-Bold.ttf
│   │   │   │   │   ├── NotoSansTibetan-Regular.ttf
│   │   │   │   │   ├── NotoSansTifinagh-Regular.ttf
│   │   │   │   │   ├── NotoSansUgaritic-Regular.ttf
│   │   │   │   │   ├── NotoSansVai-Regular.ttf
│   │   │   │   │   ├── NotoSansYi-Regular.ttf
│   │   │   │   │   ├── NotoSerifArmenian-Bold.otf
│   │   │   │   │   ├── NotoSerifArmenian-Bold.ttf
│   │   │   │   │   ├── NotoSerifArmenian-Regular.otf
│   │   │   │   │   ├── NotoSerifArmenian-Regular.ttf
│   │   │   │   │   ├── NotoSerifBengali-Bold.ttf
│   │   │   │   │   ├── NotoSerifBengali-Regular.ttf
│   │   │   │   │   ├── NotoSerif-BoldItalic.ttf
│   │   │   │   │   ├── NotoSerif-Bold.ttf
│   │   │   │   │   ├── NotoSerifCJK-Regular-0.otf
│   │   │   │   │   ├── NotoSerifCJK-Regular-1.otf
│   │   │   │   │   ├── NotoSerifCJK-Regular-2.otf
│   │   │   │   │   ├── NotoSerifCJK-Regular-3.otf
│   │   │   │   │   ├── NotoSerifDevanagari-Bold.ttf
│   │   │   │   │   ├── NotoSerifDevanagari-Regular.ttf
│   │   │   │   │   ├── NotoSerifEthiopic-Bold.otf
│   │   │   │   │   ├── NotoSerifEthiopic-Regular.otf
│   │   │   │   │   ├── NotoSerifGeorgian-Bold.otf
│   │   │   │   │   ├── NotoSerifGeorgian-Bold.ttf
│   │   │   │   │   ├── NotoSerifGeorgian-Regular.otf
│   │   │   │   │   ├── NotoSerifGeorgian-Regular.ttf
│   │   │   │   │   ├── NotoSerifGujarati-Bold.ttf
│   │   │   │   │   ├── NotoSerifGujarati-Regular.ttf
│   │   │   │   │   ├── NotoSerifGurmukhi-Bold.otf
│   │   │   │   │   ├── NotoSerifGurmukhi-Regular.otf
│   │   │   │   │   ├── NotoSerifHebrew-Bold.ttf
│   │   │   │   │   ├── NotoSerifHebrew-Regular.ttf
│   │   │   │   │   ├── NotoSerif-Italic.ttf
│   │   │   │   │   ├── NotoSerifKannada-Bold.ttf
│   │   │   │   │   ├── NotoSerifKannada-Regular.ttf
│   │   │   │   │   ├── NotoSerifKhmer-Bold.otf
│   │   │   │   │   ├── NotoSerifKhmer-Regular.otf
│   │   │   │   │   ├── NotoSerifLao-Bold.ttf
│   │   │   │   │   ├── NotoSerifLao-Regular.ttf
│   │   │   │   │   ├── NotoSerifMalayalam-Bold.ttf
│   │   │   │   │   ├── NotoSerifMalayalam-Regular.ttf
│   │   │   │   │   ├── NotoSerifMyanmar-Bold.otf
│   │   │   │   │   ├── NotoSerifMyanmar-Regular.otf
│   │   │   │   │   ├── NotoSerif-Regular.ttf
│   │   │   │   │   ├── NotoSerifSinhala-Bold.otf
│   │   │   │   │   ├── NotoSerifSinhala-Regular.otf
│   │   │   │   │   ├── NotoSerifTamil-Bold.otf
│   │   │   │   │   ├── NotoSerifTamil-Bold.ttf
│   │   │   │   │   ├── NotoSerifTamil-Regular.otf
│   │   │   │   │   ├── NotoSerifTamil-Regular.ttf
│   │   │   │   │   ├── NotoSerifTelugu-Bold.ttf
│   │   │   │   │   ├── NotoSerifTelugu-Regular.ttf
│   │   │   │   │   ├── NotoSerifThai-Bold.ttf
│   │   │   │   │   ├── NotoSerifThai-Regular.ttf
│   │   │   │   │   ├── Roboto-BlackItalic.ttf
│   │   │   │   │   ├── Roboto-Black.ttf
│   │   │   │   │   ├── Roboto-BoldItalic.ttf
│   │   │   │   │   ├── Roboto-Bold.ttf
│   │   │   │   │   ├── RobotoCondensed-BoldItalic.ttf
│   │   │   │   │   ├── RobotoCondensed-Bold.ttf
│   │   │   │   │   ├── RobotoCondensed-Italic.ttf
│   │   │   │   │   ├── RobotoCondensed-LightItalic.ttf
│   │   │   │   │   ├── RobotoCondensed-Light.ttf
│   │   │   │   │   ├── RobotoCondensed-MediumItalic.ttf
│   │   │   │   │   ├── RobotoCondensed-Medium.ttf
│   │   │   │   │   ├── RobotoCondensed-Regular.ttf
│   │   │   │   │   ├── Roboto-Italic.ttf
│   │   │   │   │   ├── Roboto-LightItalic.ttf
│   │   │   │   │   ├── Roboto-Light.ttf
│   │   │   │   │   ├── Roboto-MediumItalic.ttf
│   │   │   │   │   ├── Roboto-Medium.ttf
│   │   │   │   │   ├── Roboto-Regular.ttf
│   │   │   │   │   ├── Roboto-ThinItalic.ttf
│   │   │   │   │   ├── Roboto-Thin.ttf
│   │   │   │   │   ├── SourceSansPro-BoldItalic.ttf
│   │   │   │   │   ├── SourceSansPro-Bold.ttf
│   │   │   │   │   ├── SourceSansPro-Italic.ttf
│   │   │   │   │   ├── SourceSansPro-Regular.ttf
│   │   │   │   │   ├── SourceSansPro-SemiBoldItalic.ttf
│   │   │   │   │   ├── SourceSansPro-SemiBold.ttf
│   │   │   │   │   └── standard
│   │   │   │   │   └── fonts.xml
│   │   │   │   ├── framework_res.jar
│   │   │   │   ├── icu
│   │   │   │   │   └── icudt63l.dat
│   │   │   │   ├── layoutlib-coroutines.jar
│   │   │   │   └── win
│   │   │   │   └── lib64
│   │   │   │   ├── libandroid_runtime.dll
│   │   │   │   ├── libicuuc-host.dll
│   │   │   │   ├── libicuuc_stubdata.dll
│   │   │   │   └── liblog.dll
│   │   │   ├── layoutlib-loader.jar
│   │   │   ├── libjava_version.jar
│   │   │   ├── libwebp.jar
│   │   │   ├── lint-ide.jar
│   │   │   ├── manifest-merger.jar
│   │   │   ├── moshi-1.6.0.jar
│   │   │   ├── okio-1.14.0.jar
│   │   │   ├── org.eclipse.elk.alg.layered-0.3.0.jar
│   │   │   ├── org.eclipse.elk.core-0.3.0.jar
│   │   │   ├── org.eclipse.elk.graph-0.3.0.jar
│   │   │   ├── org.eclipse.emf.common-2.12.0.jar
│   │   │   ├── org.eclipse.emf.ecore-2.12.0.jar
│   │   │   ├── pepk.jar
│   │   │   ├── pixelprobe.jar
│   │   │   ├── r8.jar
│   │   │   ├── repository.jar
│   │   │   ├── resources_en.jar
│   │   │   ├── sampleData
│   │   │   │   ├── avatars
│   │   │   │   │   ├── avatar_10.xml
│   │   │   │   │   ├── avatar_11.xml
│   │   │   │   │   ├── avatar_12.xml
│   │   │   │   │   ├── avatar_13.xml
│   │   │   │   │   ├── avatar_14.xml
│   │   │   │   │   ├── avatar_15.xml
│   │   │   │   │   ├── avatar_16.xml
│   │   │   │   │   ├── avatar_1.xml
│   │   │   │   │   ├── avatar_2.xml
│   │   │   │   │   ├── avatar_3.xml
│   │   │   │   │   ├── avatar_4.xml
│   │   │   │   │   ├── avatar_5.xml
│   │   │   │   │   ├── avatar_6.xml
│   │   │   │   │   ├── avatar_7.xml
│   │   │   │   │   ├── avatar_8.xml
│   │   │   │   │   └── avatar_9.xml
│   │   │   │   └── backgrounds
│   │   │   │   └── scenic
│   │   │   │   ├── A_Photographer.webp
│   │   │   │   ├── Apres_la_Pluie.webp
│   │   │   │   ├── Caterpillar.webp
│   │   │   │   ├── Colors_of_Autumn.webp
│   │   │   │   ├── Countryside.webp
│   │   │   │   ├── Death_Valley_-_Dunes.webp
│   │   │   │   ├── Despair.webp
│   │   │   │   ├── Eagle_Fall_Sunrise.webp
│   │   │   │   ├── Green_Grass.webp
│   │   │   │   ├── Hanging_Leaf.webp
│   │   │   │   ├── Jelly_Fish_3.webp
│   │   │   │   ├── Kauai.webp
│   │   │   │   ├── Longue_Vue.webp
│   │   │   │   ├── Lost_in_a_Field.webp
│   │   │   │   ├── Monument_Valley_Overlook.webp
│   │   │   │   ├── One_Wheel.webp
│   │   │   │   ├── Open_Sky.webp
│   │   │   │   ├── Orange_Sunset.webp
│   │   │   │   ├── Stream.webp
│   │   │   │   └── Yosemite_Tree.webp
│   │   │   ├── sdk-common.jar
│   │   │   ├── sdklib.jar
│   │   │   ├── sdk-tools.jar
│   │   │   ├── shared.jar
│   │   │   ├── spantable.jar
│   │   │   ├── tensorflow-lite-metadata-0.1.0-rc1.jar
│   │   │   ├── trace_agent.jar
│   │   │   ├── traceprocessor_protos.jar
│   │   │   ├── webp_jni64.dll
│   │   │   ├── webp_jni.dll
│   │   │   └── wizard-template.jar
│   │   └── resources
│   │   ├── app-inspection
│   │   │   └── sqlite-inspection.jar
│   │   ├── images
│   │   │   └── asset_studio
│   │   │   ├── ic_banner_image.xml
│   │   │   ├── ic_launcher_background.xml
│   │   │   └── ic_launcher_foreground.xml
│   │   ├── installer
│   │   │   ├── arm64-v8a
│   │   │   │   └── installer
│   │   │   ├── armeabi-v7a
│   │   │   │   └── installer
│   │   │   ├── test-installer
│   │   │   ├── x86
│   │   │   │   └── installer
│   │   │   └── x86_64
│   │   │   └── installer
│   │   ├── perfa.jar
│   │   ├── perfa_okhttp.dex
│   │   ├── perfetto
│   │   │   ├── arm64-v8a
│   │   │   │   ├── libperfetto.so
│   │   │   │   ├── perfetto
│   │   │   │   ├── traced
│   │   │   │   └── traced_probes
│   │   │   ├── armeabi-v7a
│   │   │   │   ├── libperfetto.so
│   │   │   │   ├── perfetto
│   │   │   │   ├── traced
│   │   │   │   └── traced_probes
│   │   │   ├── x86
│   │   │   │   ├── libperfetto.so
│   │   │   │   ├── perfetto
│   │   │   │   ├── traced
│   │   │   │   └── traced_probes
│   │   │   └── x86_64
│   │   │   ├── libperfetto.so
│   │   │   ├── perfetto
│   │   │   ├── traced
│   │   │   └── traced_probes
│   │   ├── profilers-transform.jar
│   │   ├── simpleperf
│   │   │   ├── arm64-v8a
│   │   │   │   └── simpleperf
│   │   │   ├── armeabi-v7a
│   │   │   │   └── simpleperf
│   │   │   ├── windows
│   │   │   │   ├── libsimpleperf_report.dll
│   │   │   │   ├── libwinpthread-1.dll
│   │   │   │   └── simpleperf.exe
│   │   │   ├── windows-x86_64
│   │   │   │   ├── libsimpleperf_report.dll
│   │   │   │   ├── libwinpthread-1.dll
│   │   │   │   └── simpleperf.exe
│   │   │   ├── x86
│   │   │   │   └── simpleperf
│   │   │   └── x86_64
│   │   │   └── simpleperf
│   │   ├── trace_processor_daemon
│   │   │   └── trace_processor_daemon.exe
│   │   └── transport
│   │   ├── arm64-v8a
│   │   │   └── transport
│   │   ├── armeabi-v7a
│   │   │   └── transport
│   │   ├── native
│   │   │   └── agent
│   │   │   ├── arm64-v8a
│   │   │   │   └── libjvmtiagent.so
│   │   │   ├── armeabi-v7a
│   │   │   │   └── libjvmtiagent.so
│   │   │   ├── x86
│   │   │   │   └── libjvmtiagent.so
│   │   │   └── x86_64
│   │   │   └── libjvmtiagent.so
│   │   └── x86
│   │   └── transport
│   ├── android-apk
│   │   └── lib
│   │   └── android-apk.jar
│   ├── android-compose-ide-plugin
│   │   └── lib
│   │   ├── android-compose-ide-plugin.jar
│   │   ├── compose-compiler-hosted-0.1.0-dev06.jar
│   │   └── resources_en.jar
│   ├── android-layoutlib
│   │   └── lib
│   │   ├── android-layoutlib.jar
│   │   ├── layoutlib-api.jar
│   │   └── layoutlib.jar
│   ├── android-layoutlib-native
│   │   └── lib
│   │   ├── android-layoutlib-native.jar
│   │   ├── layoutlib-api.jar
│   │   └── layoutlib_native.jar
│   ├── android-ndk
│   │   └── lib
│   │   ├── android-ndk.jar
│   │   ├── org.eclipse.cdt.core_6.8.1.201907021957.jar
│   │   ├── org.eclipse.equinox.common_3.10.500.v20190621-0852.jar
│   │   └── resources_en.jar
│   ├── Compose
│   │   └── lib
│   │   ├── ant-antlr.jar
│   │   ├── ant-apache-bcel.jar
│   │   ├── ant-apache-bsf.jar
│   │   ├── ant-apache-log4j.jar
│   │   ├── ant-apache-oro.jar
│   │   ├── ant-apache-regexp.jar
│   │   ├── ant-apache-resolver.jar
│   │   ├── ant-apache-xalan2.jar
│   │   ├── ant-commons-logging.jar
│   │   ├── ant-commons-net.jar
│   │   ├── ant-jai.jar
│   │   ├── ant.jar
│   │   ├── ant-javamail.jar
│   │   ├── ant-jdepend.jar
│   │   ├── ant-jmf.jar
│   │   ├── ant-jsch.jar
│   │   ├── ant-junit4.jar
│   │   ├── ant-junit.jar
│   │   ├── ant-junitlauncher.jar
│   │   ├── ant-launcher.jar
│   │   ├── ant-netrexx.jar
│   │   ├── ant-swing.jar
│   │   ├── ant-testutil.jar
│   │   ├── ant-xz.jar
│   │   ├── compose-compiler-hosted-0.1.0-dev06.jar
│   │   ├── debugger-agent.jar
│   │   └── debugger-agent-storage.jar
│   ├── configurationScript
│   │   └── lib
│   │   └── configurationScript.jar
│   ├── copyright
│   │   └── lib
│   │   ├── copyright.jar
│   │   └── resources_en.jar
│   ├── coverage
│   │   └── lib
│   │   ├── coverage.jar
│   │   ├── coverage-report-idea.jar
│   │   ├── coverage-report.jar
│   │   ├── coverage_rt.jar
│   │   ├── freemarker.jar
│   │   ├── jacocoagent.jar
│   │   ├── jacocoant.jar
│   │   └── resources_en.jar
│   ├── editorconfig
│   │   └── lib
│   │   ├── editorconfig-core-java.jar
│   │   ├── editorconfig.jar
│   │   └── resources_en.jar
│   ├── filePrediction
│   │   └── lib
│   │   └── filePrediction.jar
│   ├── firebase
│   │   └── lib
│   │   ├── firebase.jar
│   │   ├── google-api-services-mobilesdk-v1.jar
│   │   └── resources_en.jar
│   ├── firebase-testing
│   │   └── lib
│   │   ├── firebase-testing.jar
│   │   ├── google-api-services-storage-v1-rev1-1.18.0-rc.jar
│   │   ├── google-api-services-testing-v1-revsnapshot-1.20.0.jar
│   │   └── google-api-services-toolresults-v1beta3-rev20151013-1.20.0.jar
│   ├── git4idea
│   │   └── lib
│   │   ├── git4idea.jar
│   │   ├── git4idea-rt.jar
│   │   ├── remote-servers-git.jar
│   │   └── resources_en.jar
│   ├── github
│   │   └── lib
│   │   ├── github.jar
│   │   └── resources_en.jar
│   ├── google-appindexing
│   │   └── lib
│   │   ├── fetchasgoogle.jar
│   │   ├── google-appindexing.jar
│   │   └── resources_en.jar
│   ├── google-cloud-tools-as
│   │   └── lib
│   │   ├── google-api-services-debugger.jar
│   │   ├── google-api-services-source.jar
│   │   ├── google-cloud-tools-as.jar
│   │   ├── gradle-appengine-builder-model-0.1.0.jar
│   │   ├── resources_en.jar
│   │   └── samplesindex-v1-1.0-SNAPSHOT.jar
│   ├── google-cloud-tools-core-as
│   │   └── lib
│   │   ├── google-api-services-appengine-v1-rev9-1.22.0.jar
│   │   ├── google-api-services-cloudresourcemanager-v1beta1-rev12-1.21.0.jar
│   │   ├── google-api-services-debugger.jar
│   │   ├── google-api-services-source.jar
│   │   ├── google-cloud-tools-core-as.jar
│   │   ├── gradle-appengine-builder-model-0.1.0.jar
│   │   └── resources_en.jar
│   ├── google-login-as
│   │   └── lib
│   │   ├── google-api-java-client-min-repackaged-1.20.0.jar
│   │   ├── google-api-services-oauth2-v2-rev70-1.18.0-rc.jar
│   │   ├── google-gct-login-context-pg.jar
│   │   ├── google.gdt.eclipse.login.common.jar
│   │   ├── google-http-client-jackson-1.18.0-rc.jar
│   │   ├── google-login-as.jar
│   │   ├── jackson-core-asl-1.9.11.jar
│   │   ├── javax.servlet-api-3.0.1.jar
│   │   └── resources_en.jar
│   ├── google-samples
│   │   └── lib
│   │   ├── google-samples.jar
│   │   └── resources_en.jar
│   ├── gradle
│   │   └── lib
│   │   ├── gradle-api-6.1.1.jar
│   │   ├── gradle-api-impldep-6.1.1.jar
│   │   ├── gradle-common.jar
│   │   ├── gradle.jar
│   │   ├── gradle-launcher-6.1.1.jar
│   │   ├── gradle-tooling-extension-api.jar
│   │   ├── gradle-tooling-extension-impl.jar
│   │   ├── gradle-toolingLoaderRt.jar
│   │   └── gradle-wrapper-6.1.1.jar
│   ├── gradle-java
│   │   └── lib
│   │   ├── gradle-java.jar
│   │   ├── gradle-jps-plugin.jar
│   │   └── resources_en.jar
│   ├── Groovy
│   │   └── lib
│   │   ├── agent
│   │   │   └── gragent.jar
│   │   ├── console.groovy
│   │   ├── Groovy.jar
│   │   ├── groovy-jps-plugin.jar
│   │   ├── groovy-rt-constants.jar
│   │   ├── groovy_rt.jar
│   │   └── standardDsls
│   │   ├── categoryTransform.gdsl
│   │   ├── closuresInMethod.gdsl
│   │   ├── defaultMethods.gdsl
│   │   ├── gantScript.gdsl
│   │   └── metaDsl.gdsl
│   ├── hg4idea
│   │   └── lib
│   │   ├── hg4idea.jar
│   │   └── resources_en.jar
│   ├── IntelliLang
│   │   └── lib
│   │   ├── IntelliLang.jar
│   │   └── intellilang-jps-plugin.jar
│   ├── java
│   │   └── lib
│   │   ├── aether-dependency-resolver.jar
│   │   ├── completion-ranking-java-0.1.4.jar
│   │   ├── debugger-memory-agent-0.0.11.jar
│   │   ├── ecj-4.13.jar
│   │   ├── java-api.jar
│   │   ├── javac2.jar
│   │   ├── java-impl.jar
│   │   ├── java_resources_en.jar
│   │   ├── jdkAnnotations.jar
│   │   ├── jgoodies-common-1.4.0.jar
│   │   ├── jps-builders-6.jar
│   │   ├── jps-builders.jar
│   │   ├── jps-launcher.jar
│   │   ├── jshell-protocol.jar
│   │   ├── maven-resolver-connector-basic-1.3.3.jar
│   │   ├── maven-resolver-transport-file-1.3.3.jar
│   │   ├── maven-resolver-transport-http-1.3.3.jar
│   │   ├── resources_en.jar
│   │   ├── resources.jar
│   │   ├── rt
│   │   │   ├── debugger-agent.jar
│   │   │   └── debugger-agent-storage.jar
│   │   └── sa-jdwp-1.14.jar
│   ├── java-decompiler
│   │   └── lib
│   │   └── java-decompiler.jar
│   ├── java-i18n
│   │   └── lib
│   │   ├── java-i18n.jar
│   │   └── resources_en.jar
│   ├── java-ide-customization
│   │   └── lib
│   │   └── java-ide-customization.jar
│   ├── junit
│   │   └── lib
│   │   ├── idea-junit.jar
│   │   ├── junit5-rt.jar
│   │   ├── junit-rt.jar
│   │   └── resources_en.jar
│   ├── Kotlin
│   │   ├── kotlinc
│   │   │   ├── bin
│   │   │   │   ├── kapt
│   │   │   │   ├── kapt.bat
│   │   │   │   ├── kotlin
│   │   │   │   ├── kotlin.bat
│   │   │   │   ├── kotlinc
│   │   │   │   ├── kotlinc.bat
│   │   │   │   ├── kotlinc-js
│   │   │   │   ├── kotlinc-js.bat
│   │   │   │   ├── kotlinc-jvm
│   │   │   │   ├── kotlinc-jvm.bat
│   │   │   │   ├── kotlin-dce-js
│   │   │   │   └── kotlin-dce-js.bat
│   │   │   ├── build.txt
│   │   │   ├── lib
│   │   │   │   ├── allopen-compiler-plugin.jar
│   │   │   │   ├── android-extensions-compiler.jar
│   │   │   │   ├── android-extensions-runtime.jar
│   │   │   │   ├── annotations-13.0.jar
│   │   │   │   ├── atomicfu-common-0.11.12.jar
│   │   │   │   ├── config-1.3.1.jar
│   │   │   │   ├── js.engines.jar
│   │   │   │   ├── jvm-abi-gen.jar
│   │   │   │   ├── kotlin-annotation-processing-cli.jar
│   │   │   │   ├── kotlin-annotation-processing.jar
│   │   │   │   ├── kotlin-annotation-processing-runtime.jar
│   │   │   │   ├── kotlin-annotations-android.jar
│   │   │   │   ├── kotlin-annotations-jvm.jar
│   │   │   │   ├── kotlin-annotations-jvm-sources.jar
│   │   │   │   ├── kotlin-ant.jar
│   │   │   │   ├── kotlin-compiler.jar
│   │   │   │   ├── kotlin-daemon-client.jar
│   │   │   │   ├── kotlin-daemon-client-new.jar
│   │   │   │   ├── kotlin-daemon.jar
│   │   │   │   ├── kotlin-imports-dumper-compiler-plugin.jar
│   │   │   │   ├── kotlin-main-kts.jar
│   │   │   │   ├── kotlin-preloader.jar
│   │   │   │   ├── kotlin-reflect.jar
│   │   │   │   ├── kotlin-reflect-sources.jar
│   │   │   │   ├── kotlin-runner.jar
│   │   │   │   ├── kotlin-scripting-common.jar
│   │   │   │   ├── kotlin-scripting-compiler-impl.jar
│   │   │   │   ├── kotlin-scripting-compiler.jar
│   │   │   │   ├── kotlin-scripting-js.jar
│   │   │   │   ├── kotlin-scripting-jvm.jar
│   │   │   │   ├── kotlin-script-runtime.jar
│   │   │   │   ├── kotlin-script-runtime-sources.jar
│   │   │   │   ├── kotlin-source-sections-compiler-plugin.jar
│   │   │   │   ├── kotlin-stdlib.jar
│   │   │   │   ├── kotlin-stdlib-jdk7.jar
│   │   │   │   ├── kotlin-stdlib-jdk7-sources.jar
│   │   │   │   ├── kotlin-stdlib-jdk8.jar
│   │   │   │   ├── kotlin-stdlib-jdk8-sources.jar
│   │   │   │   ├── kotlin-stdlib-js.jar
│   │   │   │   ├── kotlin-stdlib-js-sources.jar
│   │   │   │   ├── kotlin-stdlib-sources.jar
│   │   │   │   ├── kotlin-test.jar
│   │   │   │   ├── kotlin-test-js.jar
│   │   │   │   ├── kotlin-test-js-sources.jar
│   │   │   │   ├── kotlin-test-junit5.jar
│   │   │   │   ├── kotlin-test-junit5-sources.jar
│   │   │   │   ├── kotlin-test-junit.jar
│   │   │   │   ├── kotlin-test-junit-sources.jar
│   │   │   │   ├── kotlin-test-sources.jar
│   │   │   │   ├── kotlin-test-testng.jar
│   │   │   │   ├── kotlin-test-testng-sources.jar
│   │   │   │   ├── kotlinx-coroutines-core-1.0.1.jar
│   │   │   │   ├── kotlinx-coroutines-core-common-1.0.1.jar
│   │   │   │   ├── kotlinx-coroutines-io-0.1.1.jar
│   │   │   │   ├── kotlinx-coroutines-io-jvm-0.1.1.jar
│   │   │   │   ├── kotlinx-coroutines-jdk8-1.0.1.jar
│   │   │   │   ├── kotlinx-io-0.1.1.jar
│   │   │   │   ├── kotlinx-io-jvm-0.1.1.jar
│   │   │   │   ├── kotlinx-serialization-compiler-plugin.jar
│   │   │   │   ├── ktor-network-1.0.1.jar
│   │   │   │   ├── ktor-utils-1.0.1.jar
│   │   │   │   ├── ktor-utils-jvm-1.0.1.jar
│   │   │   │   ├── mutability-annotations-compat.jar
│   │   │   │   ├── noarg-compiler-plugin.jar
│   │   │   │   ├── sam-with-receiver-compiler-plugin.jar
│   │   │   │   ├── slf4j-api-1.7.25.jar
│   │   │   │   └── trove4j.jar
│   │   │   └── license
│   │   │   ├── COPYRIGHT.txt
│   │   │   ├── LICENSE.txt
│   │   │   ├── NOTICE.txt
│   │   │   ├── README.md
│   │   │   └── third_party
│   │   │   ├── aosp_license.txt
│   │   │   ├── args4j_LICENSE.txt
│   │   │   ├── asm_license.txt
│   │   │   ├── boost_LICENSE.txt
│   │   │   ├── closure-compiler_LICENSE.txt
│   │   │   ├── dart_LICENSE.txt
│   │   │   ├── gradle_license.txt
│   │   │   ├── guava_license.txt
│   │   │   ├── gwt_license.txt
│   │   │   ├── jquery_license.txt
│   │   │   ├── jshashtable_license.txt
│   │   │   ├── karma_LICENSE.txt
│   │   │   ├── karma-teamcity-reporter_LICENSE.txt
│   │   │   ├── lodash_LICENSE.txt
│   │   │   ├── maven_LICENSE.txt
│   │   │   ├── mocha-teamcity-reporter_LICENSE.txt
│   │   │   ├── pcollections_LICENSE.txt
│   │   │   ├── prototype_license.txt
│   │   │   ├── qunit_license.txt
│   │   │   ├── rhino_LICENSE.txt
│   │   │   ├── scala_license.txt
│   │   │   ├── source-map-loader_LICENSE.txt
│   │   │   ├── teamcity-service-messages_LICENSE.txt
│   │   │   ├── testdata
│   │   │   │   ├── dagger_license.txt
│   │   │   │   ├── eclipse_distribution_license.txt
│   │   │   │   ├── eclipse_license.txt
│   │   │   │   ├── findbugs_license.txt
│   │   │   │   ├── lombok_license.txt
│   │   │   │   ├── rxjava_license.txt
│   │   │   │   └── spring_license.txt
│   │   │   ├── trove_license.txt
│   │   │   └── trove_readme_license.txt
│   │   └── lib
│   │   ├── allopen-ide-plugin.jar
│   │   ├── android-extensions-compiler.jar
│   │   ├── android-extensions-ide.jar
│   │   ├── annotations-13.0.jar
│   │   ├── completion-ranking-kotlin-0.0.2.jar
│   │   ├── ide-common.jar
│   │   ├── javaslang-2.0.6.jar
│   │   ├── javaslang-match-2.0.6.jar
│   │   ├── javax.inject-1.jar
│   │   ├── jps
│   │   │   └── kotlin-jps-plugin.jar
│   │   ├── kapt3-idea.jar
│   │   ├── kotlin-allopen-compiler-plugin.jar
│   │   ├── kotlin-compiler-client-embeddable.jar
│   │   ├── kotlin-daemon-client.jar
│   │   ├── kotlin-daemon-client-new.jar
│   │   ├── kotlin-daemon.jar
│   │   ├── kotlin-gradle-tooling.jar
│   │   ├── kotlin-noarg-compiler-plugin.jar
│   │   ├── kotlin-plugin.jar
│   │   ├── kotlin-reflect.jar
│   │   ├── kotlin-sam-with-receiver-compiler-plugin.jar
│   │   ├── kotlin-scripting-common.jar
│   │   ├── kotlin-scripting-compiler-impl.jar
│   │   ├── kotlin-scripting-intellij.jar
│   │   ├── kotlin-scripting-jvm.jar
│   │   ├── kotlin-script-runtime.jar
│   │   ├── kotlin-script-util.jar
│   │   ├── kotlin-stdlib-common.jar
│   │   ├── kotlin-stdlib.jar
│   │   ├── kotlin-stdlib-jdk7.jar
│   │   ├── kotlin-stdlib-jdk8.jar
│   │   ├── kotlin-util-io.jar
│   │   ├── kotlin-util-klib.jar
│   │   ├── kotlin-util-klib-metadata.jar
│   │   ├── kotlinx-coroutines-core-1.2.1.jar
│   │   ├── kotlinx-coroutines-jdk8-1.2.1.jar
│   │   ├── kotlinx-serialization-compiler-plugin.jar
│   │   ├── markdown-0.1.25.jar
│   │   ├── noarg-ide-plugin.jar
│   │   └── sam-with-receiver-ide-plugin.jar
│   ├── platform-images
│   │   └── lib
│   │   ├── platform-images.jar
│   │   └── resources_en.jar
│   ├── properties
│   │   └── lib
│   │   ├── properties.jar
│   │   └── resources_en.jar
│   ├── properties-resource-bundle-editor
│   │   └── lib
│   │   ├── properties-resource-bundle-editor.jar
│   │   └── resources_en.jar
│   ├── repository-search
│   │   └── lib
│   │   └── repository-search.jar
│   ├── sdk-updates
│   │   └── offline-repo
│   │   ├── com.android.support.constraint-constraint-layout-1.0.2.zip
│   │   ├── com.android.support.constraint-constraint-layout-solver-1.0.2.zip
│   │   └── offline-repo.xml
│   ├── settings-repository
│   │   └── lib
│   │   ├── jgit.jar
│   │   ├── resources_en.jar
│   │   └── settings-repository.jar
│   ├── sh
│   │   └── lib
│   │   ├── resources_en.jar
│   │   └── sh.jar
│   ├── smali
│   │   └── lib
│   │   └── smali.jar
│   ├── stream-debugger
│   │   └── lib
│   │   ├── resources_en.jar
│   │   └── stream-debugger.jar
│   ├── svn4idea
│   │   └── lib
│   │   ├── resources_en.jar
│   │   ├── sqlite-jdbc-3.20.1.jar
│   │   └── svn4idea.jar
│   ├── tasks
│   │   └── lib
│   │   ├── axis-1.4.jar
│   │   ├── axis-jaxrpc-1.4.jar
│   │   ├── axis-saaj-1.3.jar
│   │   ├── commons-discovery-0.4.jar
│   │   ├── jira.jar
│   │   ├── json-path-0.8.0.jar
│   │   ├── json-smart-1.1.1.jar
│   │   ├── tasks-api.jar
│   │   ├── tasks-compatibility.jar
│   │   ├── tasks-core.jar
│   │   ├── tasks-java.jar
│   │   └── wsdl4j-1.4.jar
│   ├── terminal
│   │   ├── fish
│   │   │   └── config.fish
│   │   ├── jediterm-bash.in
│   │   └── lib
│   │   ├── resources_en.jar
│   │   └── terminal.jar
│   ├── testng
│   │   └── lib
│   │   ├── jcommander-1.27.jar
│   │   ├── resources_en.jar
│   │   ├── testng-6.8.21.jar
│   │   ├── testng-plugin.jar
│   │   └── testng-rt.jar
│   ├── test-recorder
│   │   └── lib
│   │   ├── resources_en.jar
│   │   ├── swt.jar
│   │   ├── test-recorder.jar
│   │   └── uiautomatorviewer.jar
│   ├── textmate
│   │   └── lib
│   │   ├── jcodings-1.0.45.jar
│   │   ├── joni-2.1.30.jar
│   │   ├── resources_en.jar
│   │   └── textmate.jar
│   ├── url-assistant
│   │   └── lib
│   │   ├── resources_en.jar
│   │   └── url-assistant.jar
│   ├── vcs-changeReminder
│   │   └── lib
│   │   ├── randomForestRegressor-0.0.11.jar
│   │   ├── resources_en.jar
│   │   └── vcs-changeReminder.jar
│   └── yaml
│   └── lib
│   ├── resources_en.jar
│   └── yaml.jar
└── uninstall.exe

303 directories, 2487 files

标签:

实例下载地址

Android Studio 4.1 最新稳定版

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警