Installer 10.11 | Complete Installation and Upgrade Information for Software AG Products | Upgrading Software AG Products On Premises | Upgrade Software AG Designer and Business Process Data | Migrate Software AG Designer | Migrate Mobile Projects
 
Migrate Mobile Projects
1. Go to Window > Preferences > Software AG > Mobile Development and update the Mobile Designer installation directory to the MobileDesigner subdirectory in your new Software AG Designer installation directory.
2. Import your projects.
a. Go to the File > Import wizard.
b. In the Select panel, go to General > Existing Projects into Workspace and then click Next.
c. In the Import Projects panel, click Select Root Directory and go to the workspace that contains your mobile projects. In the Projects box, select the projects to import.
d. Select Copy projects into workspace and then click Finish.
3. In Package Explorer, follow the steps below. For instructions on resolving issues and errors, see Migrating Mobile Projects in webMethods Mobile Development Help.
a. Go to the model directory for each imported project and double-click the .aml file. Check for warnings and errors and resolve any issues.
b. Right-click the root node for each imported project and then click Generate Source Code > Application Model and API. Resolve any compile errors.
c. If you are using Mobile Administrator (instead of the Jenkins-based Remote Multi-Build), enable the Mobile Administrator Remote-Multi-Build ant target. Go to the root of your project, open the build.xml file, and add the text below to the end of the file as a single line:
<import file="${env.MOBILE_DESIGNER}/plugins/MobileAdministrator/
v1.0.0/targets.xml"/>
4. If you later have problems with Android handset targets, such as problems running your project in the Phoney simulator, go to each project's /target directory in Package Explorer and remove all existing handset targets. Then re-add the targets for the project by running the ++Activate-Handset ant target.