.. _22 How to solve it if app icon doesn't display: 22 How to solve it if app icon doesn't display ======================================================== To allow an application icon display on PUI launcher, the application's Manifest has to include the Android Manifest tag : .. code-block:: c++ //This is required to display application on PUI launcher Sometimes when Oculus SDK is imported, it will modify the AndroidManifest.xml script before building the apk, which will modify the AndroidManifest.xml script before building the apk. In Assests/Oculus/VR/Editor/OVRGradleGeneration.cs script, there is a function PatchAndroidManifest(). And it will replace the tag with So this script is in the project, please try commenting out the following line: .. code-block:: c++ else { UnityEngine.Debug.LogWarning("Unable to locate build.gradle"); } PatchAndroidManifest(path); //<------ Comment this out } public void PatchAndroidManifest(string path) {