Android Question java.lang.NoSuchMethodError:

RauchG

Active Member
Licensed User
Longtime User
Hello everybody,

can someone help me with this error message? If further information is needed, please report.

B4X:
java.lang.NoSuchMethodError: No static method Msgbox(Ljava/lang/String;Ljava/lang/String;Lanywheresoftware/b4a/BA;)V in class Lanywheresoftware/b4a/keywords/Common; or its super classes (declaration of 'anywheresoftware.b4a.keywords.Common' appears in /data/app/com.aaa.elist-bLO8xWD44IsZcx_U1_uBNA==/base.apk)
    at ftp.auto.lib.ftp_auto._ftp_uploadcompleted(ftp_auto.java:853)
    at java.lang.reflect.Method.invoke(Native Method)
    at anywheresoftware.b4a.BA.raiseEvent2(BA.java:186)
    at anywheresoftware.b4a.BA$2.run(BA.java:360)
    at android.os.Handler.handleCallback(Handler.java:769)
    at android.os.Handler.dispatchMessage(Handler.java:98)
    at android.os.Looper.loop(Looper.java:164)
    at android.app.ActivityThread.main(ActivityThread.java:6541)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)

Greetings
RauchG
 

DonManfred

Expert
Licensed User
Longtime User
The lib ftpauto must be recompiled with a newer b4a version. Ask the author to do so or ask for the source and recompile it with new B4A.
 
Upvote 0

RauchG

Active Member
Licensed User
Longtime User
The lib ftpauto must be recompiled with a newer b4a version. Ask the author to do so or ask for the source and recompile it with new B4A.

The Lib is from Margret. The author has not written any longer.

The error does not always happen. Only when do not get out.

Greetings
RauchG
 
Upvote 0
Top