Hi, everyone
This is a new computer. I installed unity 5.6.0b9.
I have two problems after export to android project using ADT build system:
1.Even if I export a blank scene, it shows many errors.
2.The unity editor’s UI is changed to abnormal. Many characters is become red.
Do anyone have this problem?
I got the answer: I have to install android 4.1 sdk. After that the export has no error, and the unity editor looks OK.
But I think if I have no android sdk v4.1, it should not show in the player settings: minimum api level.
and I also install android sdk 4.03, but it didn’t show 4.03 in the minimum api.
I think maybe it’s a bug?
This change from the Unity 5.6 beta release notes might be of interest:
This means that Android 4.1 is the new minimum version supported by Unity 5.6.
Yes, I notice that change in release notes, but I’m not sure about the meaning of the sentence. That means it will not support android version lower than 4.1?
Correct. No Unity game built with Unity 5.6 or higher will be able to support a version of Android less than Android 4.1. This also means that with Unity 5.6 onwards, developers creating Android games with Unity will need to have a version of the Android SDK that is Android 4.1 or higher.