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.
<PackageVersion Include="android-exe-launcher" Version="33.6.0" />
                    
Directory.Packages.props
<PackageReference Include="android-exe-launcher" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package android-exe-launcher@33.6.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=android-exe-launcher&version=33.6.0
                    
Install as a Cake Addin
#tool nuget:?package=android-exe-launcher&version=33.6.0
                    
Install as a Cake Tool

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 987 8/9/2022
33.5.0 1,465 6/26/2022