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¶
Unity 2019.4.0 and later versions are required.
JDK | jdk1.8.0 and later versions |
Android SDK | API Level 29 or 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: 26 to 27
Unity Target API Level: “Automatic (highest installed)” is recommended.
If low version of Android SDK API is used, the following code in the Editor->PXR_BuildProcessor file can be commented out:
UpdateOrCreateAttributeInTag(manifestDoc,”/manifest”,”application”,”requestLegacyExternalStorage”,”true”);