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 we can see in the plugin index.js file (lines 156-157 and 960-964):
// The 'appPath' and 'appResourcesPath' values are fetched from// the nsconfig.json configuration file// when bundling with `tns run android|ios --bundle`.appPath=isNativeOnly===true ? 'app' : 'src',appResourcesPath=join(appPath,'App_Resources'),
// The 'appPath' and 'appResourcesPath' values are fetched from// the nsconfig.json configuration file// when bundling with `tns run android|ios --bundle`.appPath='src',appResourcesPath=join(appPath,'App_Resources'),
appPath and appResourcesPath are not read from the nsconfig.json file.