mordentral / VRExpPluginExample

VRE Example Template
https://www.vreue4.com
MIT License
217 stars 84 forks source link

undefined symbol: ___aeabi_unwind_cpp_pr1 #9

Closed zmifsx closed 3 years ago

zmifsx commented 3 years ago

Blank project packages fine for Quest 2 Mobile Android But this happens if I try to do the same for the example project. Perhaps I missed something crucial? errrorr

Build log file: UBT-VRExpPluginExample-Android-Development.txt

mordentral commented 3 years ago

Blank project isn't a c++ project, you need to install the correct android NDK in order to compile for android, I believe that quest2 requires minimum SDK version 25 if I remember correctly, due to a thermal sensor function it uses.

zmifsx commented 3 years ago

Blank project isn't a c++ project, you need to install the correct android NDK in order to compile for android, I believe that quest2 requires minimum SDK version 25 if I remember correctly, due to a thermal sensor function it uses.

Thank you! My SDK 29 is correct, but I got the wrong NDK & JDK