We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edccad6 + c549df1 commit debcf7bCopy full SHA for debcf7b
source/JarResolverLib/src/Google.JarResolver/PlayServicesSupport.cs
@@ -109,7 +109,7 @@ private static string SDKInternal
109
sdk = UnityEditor.EditorPrefs.GetString("AndroidSdkRoot");
110
}
111
#endif // UNITY_EDITOR
112
- if (String.IsNullOrEmpty(sdk)) {
+ if (string.IsNullOrEmpty(sdk)) {
113
sdk = System.Environment.GetEnvironmentVariable("ANDROID_HOME");
114
115
return sdk;
0 commit comments