-
Notifications
You must be signed in to change notification settings - Fork 12
Compilation of latest sources fails. #1
Open
Description
./gradlew assembleDist fails when using the newest sources.
> Task :tools:base:vector-drawable-tool:compileJava FAILED
/Users/mruno/Projects/vd-tool/tools/base/vector-drawable-tool/src/main/java/com/android/ide/common/vectordrawable/VdCommandLineTool.java:226: error: incompatible types: Path cannot be converted to File
String error = Svg2Vector.parseSvgToXml(inputSVGFile.toPath(), byteArrayOutStream);
^
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
This seems to be related to Google's last commit - changed Svg2Vector user to new API (commit link). I'm not sure if there's something else we need on the classpath now in order to compile vd-tool?
Activity
Metadata
Metadata
Assignees
Labels
No labels