├── .gitignore ├── README.md └── static └── image ├── geek-time-ad.jpg ├── preview.jpg └── sdk-manager-proxy-settings.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inferjay/AndroidDevTools/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inferjay/AndroidDevTools/HEAD/README.md -------------------------------------------------------------------------------- /static/image/geek-time-ad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inferjay/AndroidDevTools/HEAD/static/image/geek-time-ad.jpg -------------------------------------------------------------------------------- /static/image/preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inferjay/AndroidDevTools/HEAD/static/image/preview.jpg -------------------------------------------------------------------------------- /static/image/sdk-manager-proxy-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inferjay/AndroidDevTools/HEAD/static/image/sdk-manager-proxy-settings.png --------------------------------------------------------------------------------