On my WindowsPC my code runs quite well but when i try to start it on my raspberry (useing the bridge), it terminates throwing a exeption:
the corresponding line of code is:
The JPG sits in the projects OBJECTS subfolder
So my question is, where to place the files (in this case the JPG) so that it is included and available with the app?
Hans
B4X:
java.io.FileNotFoundException: /home/pi/tempjars/VintageTrain.jpg (Datei oder Verzeichnis nicht gefunden)
(File or folder not found)
B4X:
Image1.Initialize(File.DirApp,"VintageTrain.jpg") ' Get image
So my question is, where to place the files (in this case the JPG) so that it is included and available with the app?
Hans