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
As of 1.3.0 {N} will support only gradle native projects, so we need some kind of warning/error when you try to add library/plugin with eclipse native project.
Current behavior:
tns library add android QA-TestApps/external-lib/AndroidAppProject --path TNS_App
=>
Library c:\Git\nativescript-cli-tests\QA-TestApps\external-lib\AndroidAppProject was successfully added for android platform.
But it does not work because it is eclipse project.
The text was updated successfully, but these errors were encountered:
As of 1.3.0 {N} will support only gradle native projects, so we need some kind of warning/error when you try to add library/plugin with eclipse native project.
Current behavior:
tns library add android QA-TestApps/external-lib/AndroidAppProject --path TNS_App
=>
Library c:\Git\nativescript-cli-tests\QA-TestApps\external-lib\AndroidAppProject was successfully added for android platform.
But it does not work because it is eclipse project.
The text was updated successfully, but these errors were encountered: