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
When adding a library to a NS project using tns library add android the library's dependencies are not correctly resolved because the path to the corresponding project.properties file is faulty. There is a whitespace between the dependency's path and the /project.properties token.
I think this commit has introduced the issue: 3919e82
The text was updated successfully, but these errors were encountered:
It seems the issue is related to a whitespace which is part of the original project.properties file. This whitespace is a result of a recent change in the Android build scripts which will be investigated. Probably we could trim the reference tokens in the project.properties file to make sure such artifacts are omitted.
tns --version
outputs 1.2.2When adding a library to a NS project using
tns library add android
the library's dependencies are not correctly resolved because the path to the corresponding project.properties file is faulty. There is a whitespace between the dependency's path and the/project.properties
token.I think this commit has introduced the issue: 3919e82
The text was updated successfully, but these errors were encountered: