1

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?

Roar Grønmo
  • 2,926
  • 2
  • 24
  • 37
  • Try `assets\internal\ ` – Kerem Jul 25 '16 at 11:39
  • This is covered in the documentation: [Creating an Android App - Loading and Deploying Files](http://docwiki.embarcadero.com/RADStudio/en/Creating_an_Android_App#Loading_and_Deploying_Files) – Remy Lebeau Jul 25 '16 at 16:59
  • This was one of the guides I checked, and I expected it to be in `/storage/emulated/0/Documents/`. Checked it on a Android 5.01, didn't find the file until I searched for it. The reason for `assets` is I want to reach the file from gcm push notification and from a scheduled TNotification. Did just test it from the location I found, it worked from the TNotification but not from the pushnotification. – Roar Grønmo Jul 25 '16 at 17:46

0 Answers0