04-15-2025 01:08 AM
Hi,
I'm developing an XR experience with Unreal engine 5.4.4 and Meta XR plugin 71, the building process is successful but once it install on Quest3, the installation going to be failed, the log pointed that the Target API should be on 33 which is 33 but it said is 32, what should I do?
Solved! Go to Solution.
04-15-2025 08:03 AM
Keep Minimum SDK at 29, change Target SDK Version to 34. Set SDK API Level to latest, keep NDK API Level at android-29. Enjoy.
04-15-2025 01:34 AM
04-15-2025 08:03 AM
Keep Minimum SDK at 29, change Target SDK Version to 34. Set SDK API Level to latest, keep NDK API Level at android-29. Enjoy.
04-16-2025 05:23 AM - edited 04-16-2025 05:24 AM
You got SDK compatibility error. Check this guy’s tutorials for the new versions. Never fails 🤞https://dev.epicgames.com/community/learning/tutorials/PYP7/unreal-engine-5-5-x-for-meta-quest-vr
04-16-2025 05:33 AM
thanks