Adding Devices to the Mobile Project
When you create a project, Mobile Development adds the following universal devices (targets) to your project:
AND_generic_Android23xAPI.xml
AND_generic_Android3xAPI.xml
AND_generic_Android4xAPI.xml
IOS_Apple_Universal.xml
IOS_Apple_UniversalRetina.xml
WN8_generic_Windows8TabletARM.xml
WN8_generic_Windows8TabletX86.xml
WN8_generic_WindowsPhone8xAPI.xml
If needed, you can add additional devices to the mobile project later using the Mobile DesignerAdd-Handset Ant target as described below.
Note: | Targets for devices that are no longer supported (such as the BlackBerry targets) have been removed from Mobile Development. If your existing projects still include such targets, you have to remove them by yourself. If you need to remove targets for unsupported devices from your project, see Removing Devices from the Mobile
Project. |
To add devices to a mobile project using the Add-Handset Ant target
2. In the Project Explorer, expand the project, and drag the build.xml file to the Ant view.
3. In the Ant view, double-click the Add-Handset Ant target and fill in the required information.
For more information about adding devices to project how to use the Add-Handset Ant target, see Using webMethods Mobile Designer.
Related Topics