Capacitor: sync android produces invalid characters in gradle file on 1.0.0-beta.11

Created on 22 Nov 2018  ·  3Comments  ·  Source: ionic-team/capacitor

It seems after updating to beta.11 sync android produces mixed slashes in my gradle file.

This does not compile on Windows and the paths seem to be in the normal format returned by nodejs' path.join.

image

Most helpful comment

Oups... I guess this is mine to fix!

All 3 comments

this is on windows, right?

Those are Capacitor plugins? are they public?

Yes, this is on Windows 10, and those are capacitor plugins but are not public and they are installed from disk and npm will create a system link. The path in the error-screenshot is to the original directory, I guess path is following system links. Manually undoing the change to how it was on beta.8 fixes it.

image

Oups... I guess this is mine to fix!

Was this page helpful?
0 / 5 - 0 ratings