Update your app using the Upload tab in the IDE
You can use the configuration settings on the Upload tab to perform incremental updates to a deployed unsigned application.
You can use the following instructions to update binaries and libraries on an
unsigned and deployed application. Ensure that you connect to your device or simulator
in development mode.
To upload new binaries and libraries:
When using the Upload tab, you can update only binaries and
libraries for a deployed unsigned application. You can also use the Target File
System Navigator view
, QNX File Transfer launch configuration in the IDE,
or blackberry-deploy command-line
utility
to update other files, such as images.
-
In the Package Explorer view, right-click on your project and select
-
Select BlackBerry C/C++ Application in the left pane and click the New Launch Configuration.
-
In the Main tab, verify that the Build Configuration drop-down list has the correct configuration, such as Device-Debug for your connected device.
-
Select the Upload tab and in the Deployment section, and then select one of these options:
- Only upload binary into existing application
- Installs only the binaries into the application folder on the target. You must have successfully deployed the application at least once in order to use this option.
- Only upload binary and libraries into existing application
- Installs the binaries and any libraries into the application folder on the target. You must have successfully deployed the application at least once in order to use this option.
-
Click Apply and Run.