Android Question Deployment Rss error

jchal

Active Member
Licensed User
Longtime User
Hi all
I have build an RSS reader but I am facing a problem on update. The library I am using is custom rssviewer
When I debug it seems to work well but when release I am getting the following error on my mobile phone and the app stops.
java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.isis.myapp/files/rss.xml (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
at anywheresoftware.b4a.objects.streams.File.OpenOutput(File.java:449)
at njdude.customrssview.sample.customrssview._hc_responsesuccess(customrssview.java:282)
at java.lang.reflect.Method.invoke(Native Method)
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:213)
at anywheresoftware.b4a.BA$2.run(BA.java:387)
at android.os.Handler.handleCallback(Handler.java:754)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:163)
at android.app.ActivityThread.main(ActivityThread.java:6393)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:823)

I will appreciate if you can guide me to a possible solution.
 

DonManfred

Expert
Licensed User
Longtime User
Where is the relevant Code? We can not guess it.
 
Upvote 0

Almora

Active Member
Licensed User
Longtime User
Yes.. customrss very old.

it should be easier to use.
 
Upvote 0
Top