pub fn android_d8_jar(build_tools_version: Option<&str>) -> Option<PathBuf>Expand description
Returns the path to the d8.jar file for the given build tools version.
If the ANDROID_D8_JAR environment variable is set and points to a file that exists,
that path is returned.
If build_tools_versionis None, the value of the ANDROID_BUILD_TOOLS_VERSION environment variable is used
to find the d8.jar file from the Android SDK root directory.