Can't Add Android Platform on Meteor -



Can't Add Android Platform on Meteor -

i prefer utilize existing android development kit meteor project. wiki page found here https://github.com/meteor/meteor/wiki/meteor-cordova-phonegap-integration, should utilize use_global_adk follow:

env use_global_adk=t meteor add-platform android

but got next message:

the android platform not installed; please run: meteor install-sdk android

i have setup adk path var android , adb comands run terminal.

any ideas ?

you need run env use_global_adk=t meteor --verbose install-sdk android first , may need download latest apk latest build tools. ensure build tools in path. worked me.

android meteor

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -