2 Instructions for SDK configuration

2.1 Supported devices

Pico G2 4K series, Pico Neo 2 series, Pico Neo 3 series

2.2 Development environment requirements

Supported Unity versions: 2018.4.x, 2019.4.1x, 2020.3.x, 2021.1.x .

JDK jdk1.8.0 and above
Android SDK API Level 29 and above

Notes:

If you come across Unity packaging error “Execution failed for task ‘:processReleaseResources’” ,please check if the Android SDK API Level 29 (or above) is properly installed.

Unity settings: Minimum API Level: 23 to 27

Unity Target API Level: Level 27 are recommended. Setting target API level to 28 or above and using network related functionalities causes error “{“isSuccess”: “false”, “msg”: “Network exception”}

If the Unity Target API Level uses low version Android SDK API, the following tag of the Android Manifest file can be deleted:

android:requestLegacyExternalStorage=“true”.