Unity says API level is too low

时间秒杀一切 提交于 2019-12-01 15:24:53

问题


The exact error:

Minimum API Level Not Supported on Requested VR Device
Cardboard Requires a Minimum API Level of 19

Though in the Android SDK Manager, it says I have revisions 25.2.5, 25.0.5, and 25.0.3 installed.


回答1:


You have to change this Minimun API Level from the Editor.

Go to Edit --> Project Settings --> Player --> Other Settings --> Identification --> Minimium API Level --> Android 4.4 'Kit Kat' (API Level 19) or anything above.

Also change Target API Level to Automatic (highest installed).

If this did not work, make sure to download API Level 19 (Android 4.4.2) or any level above from the Android SDK Manager. After that repeat what's in this answer.



来源:https://stackoverflow.com/questions/43729903/unity-says-api-level-is-too-low

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!