Open baokeqin opened 2 years ago
This is my test project https://drive.google.com/file/d/1zwt9FG3wztEr32ynMHLIGusvGKq8YeSE/view?usp=sharing
This issue has been resolved The solution is as follows:
FFMPEGMedia.uplugin
"Modules": [ { "Name": "FFMPEGMediaFactory", "Type": "Runtime", "LoadingPhase": "PostEngineInit", "WhitelistPlatforms": [ "Mac", "Win32", "Win64", "Android" ] }, { "Name": "FFMPEGMedia", "Type": "Runtime", "LoadingPhase": "PreLoadingScreen", "WhitelistPlatforms": [ "Mac", "Win32", "Win64", "Android" ] } ]
good!
这是我的测试项目 https://drive.google.com/file/d/1zwt9FG3wztEr32ynMHLIGusvGKq8YeSE/view?usp=sharing
我用android 打包,直接报错,内容在下面。 I use android packaging, directly report the error, the content is below. 请救救我 ~ Please help me
UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: cannot open crtbegin_so.o: No such file or directory UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: unable to find library -lGLESv3 UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: unable to find library -lEGL UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: unable to find library -landroid UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: unable to find library -lOpenSLES UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: unable to find library -llog UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: unable to find library -lc++ UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): ld.lld: error: cannot open crtend_so.o: No such file or directory UATHelper: 打包 (Android(多个:ASTC,DXT,ETC2)): clang++: error: linker command failed with exit code 1 (use -v to see invocation) PackagingResults: Error: cannot open crtbegin_so.o: No such file or directory PackagingResults: Error: unable to find library -lGLESv3 PackagingResults: Error: unable to find library -lEGL PackagingResults: Error: unable to find library -landroid PackagingResults: Error: unable to find library -lOpenSLES PackagingResults: Error: unable to find library -llog PackagingResults: Error: unable to find library -lc++ PackagingResults: Error: cannot open crtend_so.o: No such file or directory PackagingResults: Error: linker command failed with exit code 1 (use -v to see invocation)
Hi!It still can't play after packaging,The editor is playable,Can you fix this problem