The Hello World Application can be renamed (for example from amsr_vector_app_hello_world_example to amsr_vector_app_my_example) by changing the short name of the build target in the build system and the short name of the short name of the application itself at the same time.
Rename For Build System
To rename the short name of the application, you must ensure that the new short name is known to the build system:
- Open the
<APP_DIR>/app/hello_world/BUILD.bazelfile. - Change the variable
model_executable_short_nametoamsr_vector_app_my_examplein the file.
Rename For Application
The easiest and recommended way to rename your application is by using DaVinci Developer Adaptive.
- Open your project via DaVinci Developer Adaptive.

- Click and browse to the directory
amsr-vector-app-my-example. - Click .
- Open the context menu on your project.
- Select Configure | Convert to DaVinci Adaptive Project....

- Set model as Model and select User Application.

- Click and .
- Rename
amsr_vector_app_hello_word_exampletoamsr_vector_app_my_examplein the name field.
