AgoraIO-Community / Agora-Unreal-SDK-Blueprint

Agora Unreal SDK - Blueprint (Beta)
28 stars 19 forks source link

4.26 Blueprint build issues #8

Open crossmr opened 2 years ago

crossmr commented 2 years ago

So this is an existing 4.26 project that I'm trying to integrate this with. Seems to work okay in the editor. Using the existing templates widgets I'm able to start and join a channel and get an active webcam. This will be be used on a Quest though so I need to build it for Android. When I do so, I get the following errors:

UATHelper: Packaging (Android (ASTC)):     ld.lld: error: undefined symbol: agora::rtc::IRtcEngine::release(bool)
UATHelper: Packaging (Android (ASTC)):     ld.lld: error: undefined symbol: createAgoraRtcEngine
UATHelper: Packaging (Android (ASTC)):     clang++: error: linker command failed with exit code 1 (use -v to see invocation)
PackagingResults: Error: undefined symbol: agora::rtc::IRtcEngine::release(bool)
PackagingResults: Error: undefined symbol: createAgoraRtcEngine
PackagingResults: Error: linker command failed with exit code 1 (use -v to see invocation)

The description here indicates it works on Android, but mentions adding a couple things to the c++ build file. Am I going to need to add C++ to this project to get it to build properly?