cancel
Showing results for 
Search instead for 
Did you mean: 

2D App not Launching "Launching as Reprojected Android App"

CritterHP5
Protege

I am creating a 2D Android app using Android Studio and I get the following message in adb logcat upon launch either from the "Run" button in Android Studio or if the app is executed remotely via an mdm service.

 

I/[SEO] SystemUXController: Package:vrdesktop: for target:vrdesktop://com.company.apptitle/com.company.apptitle.MainActivity, uri:com.oculus.vrshell.desktop lauching as reporjected android app.

 

Is there some additional property I need to configure in the Manifest or something to prevent it from trying to launch it through vrdesktop? I get this message even when the device is not connected to a PC.

1 ACCEPTED SOLUTION

Accepted Solutions

CritterHP5
Protege

The meta-data application element com.samsung.android.vr.application.mode allowed my application to launch

 

Android Manifest Settings | Oculus Developers

View solution in original post

1 REPLY 1

CritterHP5
Protege

The meta-data application element com.samsung.android.vr.application.mode allowed my application to launch

 

Android Manifest Settings | Oculus Developers