Hi.
Why this works for debug mode, but for release mode it generates "file not found"?
Why this works for debug mode, but for release mode it generates "file not found"?
B4X:
Dim img As ImageView
img.Initialize("")
img.SetImage(fx.LoadImage(File.DirAssets, "finding.gif"))
MainForm.RootPane.AddNode(img, 0, 0, MainForm.Width, MainForm.Height)
MainForm.Show