aia_add_asset
Copy a local image, sound, or font into an App Inventor project's assets folder by specifying the .aia file and source file. Add an optional asset name to organize project resources.
Instructions
Copy a local file (image, sound, font...) into the project's assets folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional asset name inside the project | |
| path | Yes | Absolute or relative path to an .aia file | |
| source_file | Yes | Path to the local file to embed |