Android SDK Layout Inspector Image Server (Skia Parser Server)
Last Time Checked
All the packages were last checked on:
All the packages were taken directly from the official Google's Android host.
No | Package Name | API | Version | OS | Size (MB) |
---|---|---|---|---|---|
1 | Layout Inspector image server for API 29-30.zip↓ | 6 | 6 | WINDOWS | 5.78 MB |
2 | Layout Inspector image server for API 29-30.zip↓ | 6 | 6 | MACOSX | 6.26 MB |
3 | Layout Inspector image server for API 29-30.zip↓ | 6 | 6 | LINUX | 6.03 MB |
4 | Layout Inspector image server for API S.zip↓ | 3 | 3 | LINUX | 6.45 MB |
5 | Layout Inspector image server for API S.zip↓ | 3 | 3 | MACOSX | 7.06 MB |
6 | Layout Inspector image server for API S.zip↓ | 3 | 3 | WINDOWS | 6.23 MB |
7 | Layout Inspector image server for API 31-34.zip↓ | 3 | 3 | LINUX | 6.42 MB |
8 | Layout Inspector image server for API 31-34.zip↓ | 3 | 3 | MACOSX | 6.78 MB |
9 | Layout Inspector image server for API 31-34.zip↓ | 3 | 3 | MACOSX | 7.48 MB |
10 | Layout Inspector image server for API 31-34.zip↓ | 3 | 3 | WINDOWS | 7 MB |
How to install offline Android SDK Layout Inspector Image Server (Skia Parser Server)?
This package will ALWAYS be installed on the same path regardless of the newer versions available.
It CAN NOT be installed side-by-side with other versions and it's install path DOES NOT follow Android API numbering scheme.
Upon updates, it overrides previous installation completely.
You can install ONLY ONE VERSION for this package installation.
The offline installation is done using Bash'sunzip
that is widely avaialble on Windows (with WSL), Linux and Mac.However you can use whatever unzipping/decompressing/extracting tools you like that support extracting .zip, but please pay attention carefully so that the package is installed correctly and is recognized.We use Bash'sunzip
for this purpose , respectively.
- Download the latest version of the packages available above.If it has different OSes, choose one that match your development OS.
- After finished, you can DISCONNECT any internet connections.
- Locate the downloaded .zip pacakge into accessible location, as you will need that location for installation purpose.
- Open up CLI/CMD, for Windows make sure you have WSL or Bash for Windows support.
- Now follow the steps below, it mimics CMD interface to make it easier for you:
cd $ANDROID_SDK_ROOT
First, go to the root directory of Android SDK installation. On Windows you might also type:cd %ANDROID_SDK_ROOT%
Remember! You should only proceed to the next step if only you already in the root directory of Android SDK.- Now, from rootdir of Android SDK, locate the package you've downloaded and then extract the package based on your OS.
Make sure to change the /path/to/ with absolute path that points to actual downloaded package file location on your local disk. - [windows Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-7083912-win.zip -d skiaparser/1 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 6 on windows - [macosx Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-7083912-mac.zip -d skiaparser/1 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 6 on macosx - [linux Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-7083912-linux.zip -d skiaparser/1 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 6 on linux - [linux Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-7478287-linux.zip -d skiaparser/2 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on linux - [macosx Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-7478287-mac.zip -d skiaparser/2 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on macosx - [windows Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-7478287-win.zip -d skiaparser/2 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on windows - [linux Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-9858946-linux-x64.zip -d skiaparser/3 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on linux - [macosx Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-9858946-mac-aarch64.zip -d skiaparser/3 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on macosx - [macosx Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-9858946-mac-x64.zip -d skiaparser/3 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on macosx - [windows Only]
rm -rf skiaparser/1 && unzip path/to/skiaparser-9858946-win-x64.zip -d skiaparser/3 && mv skiaparser/* . && rm -rf skiaparser
extract the package archive as-is from the root SDK directory, to install version 3 on windows - DONE! :D
No comments:
Post a Comment