Get Started with AVPKit
Overview
AVPKit is a cross-platform SDK for audio and video processing. This guide will help you set up and start using AVPKit for your development projects.
Prerequisites
Before you begin, ensure you have the following:
- An integrated development environment (IDE) suitable for your platform:
- Android Studio: For Android development with Java or Kotlin.
- IntelliJ IDEA: For cross-platform development with Java or Kotlin.
- Xcode: For iOS development with Kotlin.
- A Java Development Kit (JDK) installed on your system (except for iOS). You can download it from OpenJDK.
- Basic knowledge of programming in Java or Kotlin.
- An internet connection to download necessary files and dependencies.
Step 1: Set Up Your Development Environment
For Android:
- Open Android Studio.
- Create a new project or open an existing one.
-
In your
build.gradlefile, add the following dependencies:
For Windows, macOS, and Linux:
- Use a suitable IDE (IntelliJ IDEA for cross-platform development).
- Ensure you have the necessary build tools and compilers installed for your platform, including a JDK.
- Add the AVPKit library dependency from Maven Central to your build configuration.
Step 2: Explore the Documentation
- Visit the AVPKit documentation to explore detailed guides, code samples, and API references.
- Check out the tutorials to learn how to implement various audio and video processing features.