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

Delphi change the assembly code of a running process -

java - Parsing XML, skip certain tags -

c# - ASP.NET MVC Sequence contains no matching element -