It is not exactly an error.
It just fails to get the text from my Load /Save Text.
Like I said it woeks in DroidScript but when I build it nothing comes up
Thank you for any help.
1.61 is a beta that was out of date before the beginning of this year.
I suggest you update to the current release version from Google Play which is 1.68.
You should then reinstall the APK builder plugin, which should also be version 1.68
Hopefully you will be able to build more stable apks with matching versions.
edtb.SetText( app.LoadText( item ) );
So thank you everyone who said something.
I will have to get my premium membership back for writing files.
I appreciate your time.
I guess I'll have to use write and read file.
You should be able to achieve what you want with regular DroidScript.
Dis you try to reproduce the steps I did in your apk?
It demonstrates that LoadText and ReadText works fine, but not as you expect.
It seems to be a problem in the logic of the app rather than a bug.