Hi all, does anyone use the Hotspotlib?
In a class module I use the Hotspotlib:
Msgbox("1", "") is showing but then is the error:
"An error has occurred in sub:clsserver_start
java.lang.reflect.InvocationTargetException"
Under Android 5 it works, but not under Android 7.
Has anyone an idea?
In a class module I use the Hotspotlib:
B4X:
Sub Class_Globals
Private HotSpot1 As Hotspotlib
End Sub
Public Sub Start(AServerName As String, AServerPassword As String)
serverName = AServerName
serverPassword = AServerPassword
Msgbox("1", "")
HotSpot1.tat
Msgbox("2", "")
HotSpot1.batdau(serverName, True, serverPassword)
Msgbox("3", "")
End Sub
Msgbox("1", "") is showing but then is the error:
"An error has occurred in sub:clsserver_start
java.lang.reflect.InvocationTargetException"
Under Android 5 it works, but not under Android 7.
Has anyone an idea?