Android Question Net Library FTP APP Stopped

apcomt

Member
Licensed User
Longtime User
When I Use FTP the apk stop,

With just use FTP Variable

Dim FTP As FTP


There may be damage to the library?

Using SDK 2.3.3

Previously I had no problems.

use example and do not work
 

DonManfred

Expert
Licensed User
Longtime User
Which version of Net-Library do you use?
In the libs-tab on the right you see the version on marked library
 
Upvote 0

apcomt

Member
Licensed User
Longtime User
currently use the version 1.37

I can not even follow it in debug mode because the application stops at the reference line

Dim FTP AS FTP

I tried it on Android 2.3 and 4.3

I used sample codes and Do not Work,
 
Upvote 0

apcomt

Member
Licensed User
Longtime User
Hi, this the log

LogCat connected to: B4A-Bridge: samsung GT-S5310L-357650051568179
--------- beginning of /dev/log/main
~i:** Activity (main) Create, isFirst = true **
~i:** Activity (main) Resume **
~i:** Service (service1) Create **
~i:** Service (service1) Start **
Connected to B4A-Bridge (Wifi)
Installing file.
~i:** Activity (main) Pause, UserClosed = false **
PackageAdded: package:b4a.example
~i:** Activity (main) Resume **
Installing file.
~i:** Activity (main) Pause, UserClosed = false **
~i:** Activity (main) Resume **
Installing file.
~i:** Activity (main) Pause, UserClosed = false **
PackageAdded: package:b4a.example
main_process_globals (java line: 551)
java.lang.NoClassDefFoundError: anywheresoftware.b4a.net.FTPWrapper
at b4a.example.main._process_globals(main.java:551)
at b4a.example.main.initializeProcessGlobals(main.java:521)
at b4a.example.main.afterFirstLayout(main.java:85)
at b4a.example.main.access$100(main.java:16)
at b4a.example.main$WaitForLayout.run(main.java:74)
at android.os.Handler.handleCallback(Handler.java:615)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4947)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1038)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:805)
at dalvik.system.NativeStart.main(Native Method)
~i:** Activity (main) Resume **
 
Upvote 0

apcomt

Member
Licensed User
Longtime User
I dont think so, because i delete net.jar y replace the library and dont work's, I unnistall basic4Android and install again and dont works.

Windows 7 64Bits
Basic4Android 2.52
 
Upvote 0

apcomt

Member
Licensed User
Longtime User
Hello!

previous version of the library?.
Where to find it?, Can not find it here

which is the newest version of b4a?
 
Upvote 0
Top