# HTEffect_Tencent_ShortVideo_Android
**Repository Path**: htai-open/HTEffect_Tencent_ShortVideo_Android
## Basic Information
- **Project Name**: HTEffect_Tencent_ShortVideo_Android
- **Description**: 腾讯云短视频demo集成虹图人像人体SDK
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://www.texeljoy.com
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-09-23
- **Last Updated**: 2024-10-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 美颜SDK, Android, 人像人体特效, ar
## README
[简体中文](README.md) | English
# **HTEffect Integration Android Tutorial**
## **Instruction**
- This article introduces how to quickly configure HTEffect module.
## **Steps**
### **1. Download**
Execute the following commands in sequence
- git clone **repository address**
- cd **project directory**
- git submodule init && git submodule update
### **2. Configure**
After downloading, open project
- Replace **label** in AndroidManifest.xml and **applicationId** in build.gradle with **your APP name** and **package name**, respectively
- Replace **YOUR_APP_ID** with **your AppId** in Application
- Replace **assets** in htui folder with your **assets**
- Build, Run, and search **init-status** to see relevant logs
- The specific execution steps can be viewed by searching **//todo --- HTEffect** globally