Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
goolagttt's avatar
goolagttt
Honored Guest
4 years ago

Error on building package for quest 2 in UE5: libc++_shared.so not found

I’m attempting to build and package a project from UE5 to my Quest 2 and it runs into an error

LogPlayLevel: Error: ERROR: System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Users\xxx\AppData\Local\Android\Sdk\ndk\25.1.8937393\sources\cxx-stl\llvm-libc++\libs\arm64-v8a\libc++_shared.so’.

I don’t have a libs folder in C:\Users\xxx\AppData\Local\Android\Sdk\ndk\25.1.8937393\sources\cxx-stl\llvm-libc++

I installed the ndk via android studio

I’m coming from a .net background so maybe getting confused (apologies in advance) but what am I doing wrong?

Thanks