Hi,
I encountered a strange error while building my Unity application. When I start the apk in the headset, there is almost 20 sec of black screen and the splash screen with the unity logo is even suddenly cut. When I used the adb logcat I got the explanation with this error : "Unable to start service Intent { act=com.google.android.gms.ads.identifier.service.START pkg=com.google.android.gms } U=0: not found" and I don't know what is calling such service, I imported only the
Oculus integration package and the
Interactive 360 sample project. Has anyone saw that error before?
Thank you for any help you can provide.