Skip to content

android-generic/emu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b55c202 · Oct 14, 2020

History

7 Commits
Oct 14, 2020
Oct 14, 2020

Repository files navigation

AG-EMU

(forked from https://github.com/boringdroid/bdtools)

The agemu is used to build portable emulator system images, and let user can run ag with emulator in Android Stduio. It also help BoringdroidSystemUI developer to develop BoringdroidSystemUI without downloading full source code.

package ag 11

Enter source code top directory, and the following belowing code snippet to build and package the emu image:

git clone https://github.com/android-generic/emu
source vendor/android-generic/tools/emu/ag-11/package-ag-11.sh

Or if you are using Android-Generic in your AOSP based project, you can build the emulator by using:

create-emulator-image

And then the generated zip file will put in ag-emulator-package under your source code top directory.