E elcabrone New Member Feb 19, 2013 #1 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: Feb 19, 2013
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
stevel05 Expert Licensed User Longtime User Feb 19, 2013 #2 Add the file to the files Tab, bottom right in the IDE, then access from File.DirAssets Upvote 0