- Добавление Google Apps в эмулятор Android (Intel x86 Atom System Image)
- Android SDK Offline
- Android System Image — Google Intel Atom x86 System Images Direct Download
- Android System Image — Google Intel Atom x86 System Images
- Last Time Checked
- How to install offline Android System Image — Google Intel Atom x86 System Images ?
Добавление Google Apps в эмулятор Android (Intel x86 Atom System Image)
Все разработчики под Android знают, насколько медленно работает эмулятор. В июне прошлого года Intel представила Android, который работает в режиме x86 (без эмуляции ARM). И конечно, скорость эмулятора стала потрясающая. Но в системных образах этих эмуляторов отсутствуют Google Apps (Maps, GMail, Calendar, Google Play, аккаунт Google, . ).
В этой статье мы добавим приложения от Google.
Необходимо установить Intel Hardware Accelerated Execution Manager.
Скачиваем Google Apps (версия CM 10.1)
Также, через Android SDK необходимо скачать Intel x86 Atom System Image для Android 4.2.2 (API 17).
Создаём эмулятор:
Запускаем эмулятор из консоли с увеличенным системным разделом:
Заходим в папку, где архив с Google Apps, и запускаем скрипт (скрипт на bash):
Далее перезапускаем эмулятор в обычном режиме. Теперь у нас система с полным комплектом Google Apps!
Если будет появляться сообщение, что сбой в клавиатуре, то можно установить любую другую.
Полученный образ можно сохранить и использовать при создании новых эмуляторов на Android 4.2 (просто копировать его в папку avd соответствующего эмулятора). По этому же принципу можно сделать и под другие версии.
Успехов в разработке!
Update:
Как подсказывает Cancel можно не заморачиваться с yaffs2. Пока работает эмулятор, файл с образом системного раздела можно скопировать из /tmp/android-…
Источник
Android SDK Offline
One Stop Location to Download ALL Android SDKs for Offline installation
Android System Image — Google Intel Atom x86 System Images Direct Download
Android System Image — Google Intel Atom x86 System Images
Last Time Checked
All the packages were last checked on: 2021-12-05 | 1:18:49 AM
All the packages were taken directly from the official Google’s Android host.
No | Package Name | API | Version | OS | Size (MB) |
---|---|---|---|---|---|
1 | Google APIs Intel x86 Atom System Image .zip ↓ | 30 | 30.10 | ALL | 620.34 MB |
2 | Google APIs Intel x86 Atom System Image .zip ↓ | 29 | 29.12 | ALL | 1080.57 MB |
3 | Google APIs Intel x86 Atom System Image .zip ↓ | 28 | 28.12 | ALL | 948.37 MB |
4 | Google APIs Intel x86 Atom System Image .zip ↓ | 27 | 27.11 | ALL | 769.9 MB |
5 | Google APIs Intel x86 Atom System Image .zip ↓ | 26 | 26.16 | ALL | 767.81 MB |
6 | Google APIs Intel x86 Atom System Image .zip ↓ | 25 | 25.18 | ALL | 966.7 MB |
7 | Google APIs Intel x86 Atom System Image .zip ↓ | 24 | 24.27 | ALL | 848.01 MB |
8 | Google APIs Intel x86 Atom System Image .zip ↓ | 23 | 23.33 | ALL | 476.29 MB |
9 | Google APIs Intel x86 Atom System Image .zip ↓ | 22 | 22.26 | ALL | 401.78 MB |
10 | Google APIs Intel x86 Atom System Image .zip ↓ | 21 | 21.32 | ALL | 304.63 MB |
11 | Google APIs Intel x86 Atom System Image .zip ↓ | 19 | 19.40 | ALL | 283.26 MB |
12 | Google APIs Intel x86 Atom System Image .zip ↓ | 18 | 18.6 | ALL | 190.7 MB |
13 | Google APIs Intel x86 Atom System Image .zip ↓ | 17 | 17.7 | ALL | 185.79 MB |
14 | Google APIs Intel x86 Atom System Image .zip ↓ | 16 | 16.7 | ALL | 177.74 MB |
15 | Google APIs Intel x86 Atom System Image .zip ↓ | 15 | 15.7 | ALL | 155.76 MB |
16 | Google APIs Intel x86 Atom System Image .zip ↓ | 10 | 10.6 | ALL | 113.14 MB |
How to install offline Android System Image — Google Intel Atom x86 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:
- 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.- [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-30_r10.zip -d system-images/android-30/google_apis
extract the package archive as-is from the root SDK directory, to install version 30.10 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-29_r12.zip -d system-images/android-29/google_apis
extract the package archive as-is from the root SDK directory, to install version 29.12 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-28_r12.zip -d system-images/android-28/google_apis
extract the package archive as-is from the root SDK directory, to install version 28.12 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-27_r11.zip -d system-images/android-27/google_apis
extract the package archive as-is from the root SDK directory, to install version 27.11 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-26_r16.zip -d system-images/android-26/google_apis
extract the package archive as-is from the root SDK directory, to install version 26.16 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-25_r18.zip -d system-images/android-25/google_apis
extract the package archive as-is from the root SDK directory, to install version 25.18 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-24_r27.zip -d system-images/android-24/google_apis
extract the package archive as-is from the root SDK directory, to install version 24.27 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-23_r33.zip -d system-images/android-23/google_apis
extract the package archive as-is from the root SDK directory, to install version 23.33 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-22_r26.zip -d system-images/android-22/google_apis
extract the package archive as-is from the root SDK directory, to install version 22.26 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-21_r32.zip -d system-images/android-21/google_apis
extract the package archive as-is from the root SDK directory, to install version 21.32 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-19_r40.zip -d system-images/android-19/google_apis
extract the package archive as-is from the root SDK directory, to install version 19.40 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-18_r06.zip -d system-images/android-18/google_apis
extract the package archive as-is from the root SDK directory, to install version 18.6 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-17_r07.zip -d system-images/android-17/google_apis
extract the package archive as-is from the root SDK directory, to install version 17.7 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-16_r07.zip -d system-images/android-16/google_apis
extract the package archive as-is from the root SDK directory, to install version 16.7 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-15_r07.zip -d system-images/android-15/google_apis
extract the package archive as-is from the root SDK directory, to install version 15.7 on all OSes - [all OSes]
rm -rf system-images/android-30/google_apis/x86 && unzip path/to/ x86-10_r06.zip -d system-images/android-10/google_apis
extract the package archive as-is from the root SDK directory, to install version 10.6 on all OSes
- [all OSes]
- DONE! 😀
Источник