2
Good people I am using the Delphi XE8 Multi-device, I would like to attach an image.jpg file in the project and be able to use on android, I looked at the site of Mbarcadero and there it says how to do so I did: I selected the file put in Assets Internal , And I made the recovery to use using: Tpath.Combine(Tpath.Getdocumentspath, 'image.jpg'):
Loading bitmap failed (/data/data/com.embarcadero.Project4/files/image.jpg). So you’re saying he didn’t find the file... has anyone ever had the same problem? The strange thing is that I did it as the site of Embarcadero shows and I still did not succeed.
The link I used as a reference to make was: http://docwiki.embarcadero.com/RADStudio/XE7/en/Creating_an_Android_App#Loading_and_Deploying_Files. In the part: Loading and Deploying Files.