Home | History | Annotate | Download | only in devices

Lines Matching full:application

39   To thoroughly test your application, you should create an AVD for each general device configuration
40 (for example, different screen sizes and platform versions) with which your application is compatible
41 and test your application on each one.</p>
46 <li>The API Level of the target is important, because your application will not be able to run
47 on a system image whose API Level is less than that required by your application, as specified
49 <code>minSdkVersion</code></a> attribute of the application's manifest file. For more
50 information about the relationship between system API Level and application
55 by your application, because it allows you to test the
56 forward-compatibility of your application. Forward-compatibility testing ensures that, when
57 users who have downloaded your application receive a system update, your application will
60 <li>If your application declares a
62 element in its manifest file, the application can only run on a system image in which that external
63 library is present. If you want to run your application on an emulator, create an AVD that