Android System Image - Wear China ARM v7a System Images Direct Download

Android System Image - Wear China ARM 7v System Images

This image is an emulation of China version of Android Wear device with ARM CPU v7a + 32bit Android OS.
It provides only basic functionalities and core features of Android OS on wearable device of that version without Google specific Android APIs like GMaps, Gdrive, Accounts and so forth.
This system image is useful for debugging/testing Android Wear apps that don't use any of Google Android APIs.

Last Time Checked

All the packages were last checked on:

All the packages were taken directly from the official Google's Android host.

All Android Wear China ARM 7 System Images System Images by API,Version and OSes
NoPackage NameAPIVersionOSSize (MB)
1China version of Android Wear ARM EABI v7a System Image.zip2525.4ALL306.21 MB

How to install offline Android System Image - Wear China ARM 7v System Images?

This package will be installed on the same path with same API number scheme regardless of the specific updates on minor/micro revision numbering.
Different versions with different API number will have their own install location so it's install path will follow Android API numbering shceme.
Upon updates, it upgrades previous installation by overriding existing installation on the same API number only.
You can install ONLY SINGLE VERSION based its specific MAJOR API NUMBER for this package installation.
The offline installation is done using Bash's unzip 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's unzip 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:

X
CMD Install Android System Image - Wear China ARM 7v System Images manually
@usr~
cd $ANDROID_SDK_ROOT1
@usr$ANDROID/SDK/ROOT
rm -rf system-images/android-25/android-wear-cn/armeabi-v7a && unzip path/to/armeabi-v7a-25_r04.zip -d system-images/android-25/android-wear-cn(2.A all)

  1. 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.
  2. 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.
    1. [all OSes]
      rm -rf system-images/android-25/android-wear-cn/armeabi-v7a && unzip path/to/armeabi-v7a-25_r04.zip -d system-images/android-25/android-wear-cn
      extract the package archive as-is from the root SDK directory, to install version 25.4 on all OSes
  3. DONE! :D