Text by Google translator
Hello,
I'm having a problem with apps closing on my smartphone immediately after launching.
This applies to apps that access the AP and initiate UDP.
B4A version 13.40 (64-bit) Windows 10
C:\Program Files\Java\jdk-19\bin\javac.exe
C:\android\platforms\android-36\android.jar
Android 16
Everything compiles and loads correctly.
Despite removing the line from the code as below and updating it, the error persists.
Please help me.
Regards.
Hello,
I'm having a problem with apps closing on my smartphone immediately after launching.
This applies to apps that access the AP and initiate UDP.
B4A version 13.40 (64-bit) Windows 10
C:\Program Files\Java\jdk-19\bin\javac.exe
C:\android\platforms\android-36\android.jar
Android 16
Everything compiles and loads correctly.
Despite removing the line from the code as below and updating it, the error persists.
Please help me.
Sub udp_init(sport As String)
udp.Initialize("",sport,1025)
End Sub
Sub header_init(sport As String)
tytul_strony="B4A Pages 2 (" & MyLan.GetMyIP & ":" & sport & ")"
End Sub