You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnerror('The detected `sdkmanager` seems outdated or incompatible with the Java version used. Manual intervention is needed.\nPath: "${sdkmanager()}"\nVersion: ${sdkmanager_version()}\nOutput: ${cmd_res.output}')
247
+
}
248
+
// Give up trying to fix this horrible eco-system
249
+
}
250
+
returntrue
251
+
}
252
+
202
253
@[deprecated: 'use install_components instead']
254
+
@[deprecated_after: '2027-01-01']
203
255
pub fninstall(components string, verbosity int) int {
'No permission to write in Android SDK root. Please install manually or ensure write access to "${sdk.root()}".')
507
-
} else {
508
-
returnerror(@MOD +'.'+ @FN +' '+
509
-
'The `sdkmanager` seems outdated or incompatible with the Java version used". Please fix your setup manually.\nPath: "${sdkmanager()}"\nVersion: ${sdkmanager_version()}')
0 commit comments