cordova - How to specify platform (iOS or Android) with "sencha build app native" -
I am creating a mobile app for both iOS and Android and it is configured to use PhoneGrap . I have a test device for each platform, both are plugged via USB, deployment of iOS is quite simple because IOS is the default platform. But I used to use the "sencha app build native" command, about the creation and deployment of Android There is a problem in knowing about The guide out there seems to be wrong or only eclipse.
Thank you!
If you are using a root code in your project, type a This is where you will change the build environment. Then cordova. Build.properties should be a file. Inside you will find:
# Documentation can be found here (http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command- Line% 20 interface) # # The following file is supported as publishing this file # ios android blackberry10 wp7 wp8 # # This property can be a single platform or a delimited list of a place cordova.platforms = ios
will compile the app for people running
Comments
Post a Comment