I am trying to deploy a mp3 file within a C++Builder android Project using Deployment Manager. Was trying to give a scheduled TNotification a specific sound.
I tried to set Remote Path
to assets\
in Deployment manager, but the mp3 file was positioned in /storage/emulated/0/android/data/com.embarcadero.myproject1/files/
on the android device... I expected it to be in /storage/emulated/0/Documents/
Is there a setting somewhere changing the assets directory ?
Or is this a bug in XE8, and I have to copy the file in my program to the correct destination?