Anjo.Android.AgoraFull 4.5.2

dotnet add package Anjo.Android.AgoraFull --version 4.5.2
                    
NuGet\Install-Package Anjo.Android.AgoraFull -Version 4.5.2
                    
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="Anjo.Android.AgoraFull" Version="4.5.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Anjo.Android.AgoraFull" Version="4.5.2" />
                    
Directory.Packages.props
<PackageReference Include="Anjo.Android.AgoraFull" />
                    
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 Anjo.Android.AgoraFull --version 4.5.2
                    
#r "nuget: Anjo.Android.AgoraFull, 4.5.2"
                    
#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 Anjo.Android.AgoraFull@4.5.2
                    
#: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=Anjo.Android.AgoraFull&version=4.5.2
                    
Install as a Cake Addin
#tool nuget:?package=Anjo.Android.AgoraFull&version=4.5.2
                    
Install as a Cake Tool

Anjo.Android.AgoraFull

The Agora Full SDK metapackage for .NET is available for Android.

NuGet License

Installation

dotnet add package Anjo.Android.AgoraFull

Requirements

  • Target framework: net9.0-android
  • Min Android API: 24+
  • Android SDK 34+, JDK 17
  • ABIs: arm64-v8a, armeabi-v7a, x86_64

Permissions (AndroidManifest.xml)

  • android.permission.INTERNET
  • android.permission.RECORD_AUDIO
  • android.permission.CAMERA
  • android.permission.ACCESS_NETWORK_STATE

Example manifest entries

<manifest ...>
  <uses-permission android:name="android.permission.INTERNET" />
  <uses-permission android:name="android.permission.RECORD_AUDIO" />
  <uses-permission android:name="android.permission.CAMERA" />
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>

ProGuard/R8 (if minifying)

-keep class io.agora.** { *; }
-keep class org.webrtc.** { *; }

Versioning

  • Package version: 4.5.2

Star this repo if it helps you: https://github.com/mhdwaelanjo/Anjo.Android.AgoraFull


Help & Feedback


💖 Support My Work

If you like my projects or find them helpful, please consider supporting me on Ko-fi!
Your support helps me keep improving and building new features.

ko-fi

Product Compatible and additional computed target framework versions.
.NET net9.0-android35.0 is compatible.  net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Anjo.Android.AgoraFull:

Package Downloads
Anjo.Android.AgoraExtensionFaceunity

.NET for Android (formerly Xamarin.Android) Binding Library - Agora Extension Faceunity SDK

Anjo.Android.AgoraExtensionBytePlus

.NET for Android (formerly Xamarin.Android) Binding Library - Agora Extension BytePlus (ByteDance) SDK

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.5.2 94 2/8/2026
4.4.1 2,934 10/16/2024
4.3.2 3,501 7/5/2024
4.3.1 5,173 5/1/2024
4.3.0 6,249 2/26/2024
4.2.6 14,610 12/22/2023
4.2.2 11,840 8/2/2023
4.2.1 5,212 7/8/2023
4.2.0 3,846 6/26/2023
4.1.1 11,887 3/2/2023
4.0.1 5,017 12/1/2022

Agora Full SDK v4.5.2