Removing Devices from the Mobile Project
When you create a project,
Mobile Development adds several universal devices to your project. You can add additional devices using the procedure described in
Adding Devices to the Mobile Project.
If you later decide you no longer want your application to support a device, you can remove it.
To remove a device from a mobile project
1. In the Project Explorer, expand the project so that you can view the project’s targets folder, and expand the targets folder.
The targets folder contains one .xml file for each device the application supports.
2. Delete the .xml file that corresponds to the device you want to remove from the mobile project.
Important: | Do not remove the _defaults_.xml file. |
Related Topics