# HTEffect_Demo_Android
**Repository Path**: htai-open/HTEffect_Demo_Android
## Basic Information
- **Project Name**: HTEffect_Demo_Android
- **Description**: 虹图人像人体Demo
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: https://www.texeljoy.com/
- **GVP Project**: No
## Statistics
- **Stars**: 5
- **Forks**: 1
- **Created**: 2022-11-23
- **Last Updated**: 2024-12-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: Android, 美颜SDK, 人像人体特效, 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