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
Create a TestPlugin that has platforms/android folder.
Execute:
tns create TestApp &&cd TestApp
tns plugin add ../TestPlugin
tns run android
ls platforms/android/src/main/assets/app/tns_modules/test-plugin/platforms/android # no such dir
tns run android --release
ls platforms/android/src/main/assets/app/tns_modules/test-plugin/platforms/android # lists files
The second prepare doesn't delete the platforms folder of plugins.
Using NativeScript CLI 2.4 on macOS with Node 4.6.
The text was updated successfully, but these errors were encountered:
Create a
TestPlugin
that hasplatforms/android
folder.Execute:
The second prepare doesn't delete the
platforms
folder of plugins.Using NativeScript CLI 2.4 on macOS with Node 4.6.
The text was updated successfully, but these errors were encountered: