Unity says API level is too low
Asked Answered
C

1

12

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.

Chloride answered 2/5, 2017 at 4:2 Comment(0)
F
19

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.

Forbes answered 2/5, 2017 at 4:10 Comment(2)
When you are new a software, you don't have to know every settings in it.Forbes
Thank you!!! After hours, I finally solved with this solutionMite

© 2022 - 2024 — McMap. All rights reserved.