格式化android studio build的错误输出

时间:2019-07-17 14:35:20

标签: android-studio gradle groovy android-gradle build.gradle

需要格式化本地文件的路径,并使其像“打开文件”一样可点击 生成失败后的映像。

链接到图像https://ibb.co/0m9WWHy

已实现代码,但Android Studio无法打开文件链接

def text = "Some text"
def link = "file:///" + file.absolutePath.replace('\\', "/")
       throw new Exception("Invalid version format: \"$text\"\n" +
               "\n" +
               "Open file <a href=\"$link\">${file.name}</a>")

0 个答案:

没有答案