Installation of extra files

elcabrone

New Member
Hi there,

I would like to design an app which can play a music jingle.
Im using b4a and an emulator.

The problem is that whenever I compile my app the music file doesnt seem to have been installed on the (virtual) device.

Do I somehow need to specify which extra files belong to the app so they can be installed along with the regular code?

Cheers
 
Last edited:

stevel05

Expert
Licensed User
Longtime User
Add the file to the files Tab, bottom right in the IDE, then access from File.DirAssets
 
Upvote 0
Top