note/src/u/unreal/UE4打包.md
YXHY\boshuang.zhao cd292a016c yingxion work
2025-03-20 14:04:36 +08:00

26 lines
780 B
Markdown
Raw 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.

# 环境
## 安卓打包
### UE4.27
- Java Sdk
- 下载旧版JDK8
- https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
- 环境变量
- JAVA_HOME
- Android Studio
- SDK Platforms
- API 32
- ANDROID 5.0
- SDK Tools
- Android SDK Build-Tools 28.0.3
- NDK 21.4.7075529
- 环境变量
- ANDROID_SDK_HOME
# 报错
安卓空项目 和 EM项目打包后运行初始化阶段就遇到断言宕机了
- [PackagingResults: Error: Failed to build UATTempProj.proj](https://forums.unrealengine.com/t/packagingresults-error-failed-to-build-uattempproj-proj/649915)
VS Studio重编一下 AutomationTool program 即可
- No Google Play Store Key
安卓打包时勾选 禁用首次开始 更新时验证OBB
![[Pasted image 20250319132136.png]]