-
Notifications
You must be signed in to change notification settings - Fork 263
Build, Run, and Debug Your Application
Now that all changes have been made and all features added, you can finish development. In practice, of course, development cycles between debugging and fixing and adding features.
Try to build the application. Fix any compilation or other errors. You may need to add additional resources or fix type or attribute names, for instance, as previously noted.
Fix the cause for any exceptions you get. Exceptions may be caused by not including needed components or files not having the appropriate properties. You get exceptions for not embedding the schema file or icon files, as indicated previously.
Fix any deviations from the features. The properly running application looks like this:
LandscapeGuide
operates in this way:
- Drag landscaping items from the Palette pane onto the list view list box.
- Select an item to display its attributes in the two property editor panes.
- Change item properties in either property editor.
- Save the file.
- When the application starts, the last saved file opens and displays its list of saved items.
Creating an Application from an ATF Sample
- Steps for Creating an Application Based on an Existing Sample: Suggested steps for building on an existing sample.
- Choose ATF Sample to Base Application On: Pick a sample that most closely matches your new application's features.
- Copy ATF Sample and Run It: Copy the indicated folders and files in ATF to start your application development.
- Start Customizing Your Application Software: Begin the process of transforming the sample into your application.
- Define Your Application's New Data Model: Define the types in your application's data in a file and create a schema.
- Modify Your Application's Existing Software: Modify the sample's existing code to work for your application.
- Add New Code and Parts to Your Application: Add the application's unique features, using the appropriate ATF classes and components.
- Build, Run, and Debug Your Application: With all code changed and features added, finish development.
- Home
- Getting Started
- Features & Benefits
- Requirements & Dependencies
- Gallery
- Technology & Samples
- Adoption
- News
- Release Notes
- ATF Community
- Searching Documentation
- Using Documentation
- Videos
- Tutorials
- How To
- Programmer's Guide
- Reference
- Code Samples
- Documentation Files
© 2014-2015, Sony Computer Entertainment America LLC