compilation - Unable to build Nativescript Android app -


i trying build nativescript app android platform. running command │ $ tns build android [--compilesdk api level] [--key-store-path file path --key-store-password password│ -key-store-alias name --key-store-alias-password password] [--release--static-bindings--copy-to file path of necessary components filled in. each time run it, gives me message necessary steps build it. there missing?

first check if every thing ok command tns doctor :

1-tns create projectname create nativescript project,

2-in created project tns platform add android add android platforms folder , can build android,

3-in created project tns build android build (automatically tns platforms add android job if didnt run that) not deploy device,

4-in created project tns run android build , deploy device( automatically tns platforms add android job if didnt run that)


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -