please does anyone have an idea on how to run NativeScript app on android studio? If so, show me the steps to do it.
Advertisement
Answer
Android Studio is meant for development using stock Android stack(Java, gradle, etc).
NativeScript is based on JavaScript and you would be much better off using an IDE that supports JS specifically – Visual Studio Code, Sublime Text, Atom, etc. If you prefer IntelliJ you can try WebStorm.