pdlivexp/PD项目说明文档.txt
laopi cbd99e0664 1、声网里美颜(相心)so动态加载 开发基本完成
2、Gradle速度很慢,配置缓存等设置
2024-09-04 17:32:19 +08:00

33 lines
938 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

切换正式服/测试服 在AndroidStudio的Build Variant中切换
link_test 链接包-测试服
link_online 链接包-正式服
其余以此类推
注册账号可以在测试服用手机号注册手机号可以随便填验证码是123
网络请求尽量统一用com.yunbao.common.http.live.LiveNetManager
Bean类尽量放common模块里
Activity启动用com.yunbao.common.utils.RouteUtil来统一管理
要用对话框可以用AbsDialogPopupWindow系列
英文字符串放 values/strings.xml
中文字符串放 values-zh/strings.xml
英文图片放 默认mipmap
中文图片放 mipmap-zh
模块相关
app 主程序
common 公共模块
FaceUnity 美颜模块
IAP6Helper 三星模块
lib_faceunity 声网模块
lib_google 谷歌模块
lib_huawei 华为模块
live 直播间模块
main 主页及其他模块
pluginsForAnchor 插件模块,暂时不用管
Share 分享模块
TabLayout 第三方模块
video 社区视频模块