boten Active Member Licensed User Longtime User May 19, 2014 #1 This code (showing only relevant code) is working in Release but complains about FileNotFoundException: fname.gif in Rapid Debug. B4X: Dim gif As GifDecoder ..... Sub Activity_Create(FirstTime As Boolean) ...... ...... ...... gif.DisposeFrames gif.Load(File.DirAssets, "fname.gif") Any idea why?
This code (showing only relevant code) is working in Release but complains about FileNotFoundException: fname.gif in Rapid Debug. B4X: Dim gif As GifDecoder ..... Sub Activity_Create(FirstTime As Boolean) ...... ...... ...... gif.DisposeFrames gif.Load(File.DirAssets, "fname.gif") Any idea why?
Erel B4X founder Staff member Licensed User Longtime User May 19, 2014 #2 The GifDecoder library doesn't support the virtual assets folder feature. You will need to disable this feature: http://www.b4x.com/android/forum/threads/animated-gif-decode-library.6879/page-3#post-247072 Upvote 0
The GifDecoder library doesn't support the virtual assets folder feature. You will need to disable this feature: http://www.b4x.com/android/forum/threads/animated-gif-decode-library.6879/page-3#post-247072