Android Question FTP Lib crashes only on 10" Tablet , Why ?

coslad

Well-Known Member
Licensed User
Longtime User
Hi ,

my app run without problem on all devices except Samsung 10" tablet .

When the app try to Initialize Ftp library it crashes with the following error:

java.lang.ClassCastException: anywheresoftware.b4a.net.FTPWrapper cannot be cast to anywheresoftware.b4a.BA$CheckForReinitialize

i can't explain the reason !

Thanks
 

coslad

Well-Known Member
Licensed User
Longtime User
The version is the 1.37 "Net Library " .

At the moment i solved with the release version , when i try to debug the app the error become out , but in the release version it works .
I'm using the 2.71 version of B4A
 
Upvote 0
Top