android-exe-launcher 33.6.0

dotnet add package android-exe-launcher --version 33.6.0
NuGet\Install-Package android-exe-launcher -Version 33.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="android-exe-launcher" Version="33.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add android-exe-launcher --version 33.6.0
#r "nuget: android-exe-launcher, 33.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install android-exe-launcher as a Cake Addin
#addin nuget:?package=android-exe-launcher&version=33.6.0

// Install android-exe-launcher as a Cake Tool
#tool nuget:?package=android-exe-launcher&version=33.6.0

Android Executable Launcher

Generate

To generate the launcher package, the following tools are required:

  • Host OS: Linux
  • Python 3.6+
  • debugfs included in e2fsprogs package.
  • Superuser privilege: to mount Android system image.
  • Wine (Optional): to generate NuGet package.

Run command:

./make.py --api 33

The launcher package will be placed at system-images/android-33_r05/arm64-v8a.

Consume

To consume the launcher package, the following tools are required:

  • qemu-aarch64 included in qemu-linux-user package.

Download the launcher package from NuGet Gallery and unzip or generate by following the instruction.

Run command:

cd /path/to/android_exe
qemu-aarch64 -L /path/to/launcher/package -E LD_LIBRARY_PATH=. ./android_exe

Refer to CMakeTest and GlogTest for examples using the launcher in CMake projects.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
33.6.0 465 8/9/2022
33.5.0 498 6/26/2022