cancel
Showing results for 
Search instead for 
Did you mean: 

Unreal APK installation failed on Quest 3

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?

1 ACCEPTED SOLUTION

Accepted Solutions

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.

View solution in original post

4 REPLIES 4

Abouzarpourranjbar_0-1744706049685.png

 

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.

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

thanks