Search Issue Tracker
Fixed in 5.6.0
Votes
2
Found in
5.6.0b4
Issue ID
871890
Regression
Yes
Android build fails when VR support is enabled (Cardboard or Daydream SDK) and minimum API level is less than 19
How to reproduce:
1. Create a new project
2. Switch platform to Android and open Player Settings
3. Enable Virtual Reality Supported and add Cardboard or Daydream SDK
4. Make sure that Minimum API level is less than 19
Result: Build fails and one of the errors:
Error: [Temp\StagingArea\AndroidManifest-main.xml:12, C:\...\New Unity Project 1\Temp\StagingArea\android-libraries\unitygvr\AndroidManifest.xml:3] Main manifest has <uses-sdk android:minSdkVersion='16'> but library uses minSdkVersion='19' ...
Reproducible: 5.6.0b4
Not reproducible: 5.6.0b3
Note: I also tested with Oculus SDK and Split Stereo display. With these two issue is not reproducible
DUT(repro):
LG G5 [LG-H850], OS 6.0.1
Samsung Galaxy S 5 Neo [SM-G903F], OS 5.1.1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler - Taking you to the wrong section when using 'show'
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
Quarty
Feb 05, 2017 07:39
API minimun for Cardboard is 19 and for daydream is 24, but when compiling only with Cardboard and API 19 continue requesting 24.