CommonUnsupportedPlatform constant
Description: Call functions that are not supported on the current system/platform.
Cause: For example, calling the function of setting the Android context environment on a non-Android system.
Solutions: Check if the system environment matches.
Implementation
static const int CommonUnsupportedPlatform = 1000006;