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
tns create app
cd app
tns plugin add ../path-to-plugin
tns run android
tns plugin remove plugin-name
tns run android
The last command executed tns run/debug android will not trigger a rebuild because it implicitly applies rebuild=false flag although a rebuild is very often obligatory when dealing with native dependencies
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
tns create app cd app tns plugin add ../path-to-plugin tns run android tns plugin remove plugin-name tns run android
The last command executed
tns run/debug android
will not trigger a rebuild because it implicitly appliesrebuild=false
flag although a rebuild is very often obligatory when dealing with native dependenciesThe text was updated successfully, but these errors were encountered: