You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this ane for detecting current network info on mobile devices.
But when I access to AirNetworkInfo.networkInfo.findInterfaces(), it returns just null Error and hung up.
Is there any rules about accessing to findInterfaces() ?
What I've done is like follows:
0: run on Android mobile device( ver.4.4.2 )
init all the things: woks fine. (just simple test project)
check networkInfo.isConnected() : works fine. results: true.
check networkInfo.isConnectedWithWIFI() : works fine. results: true.
check networkInfo.findInterfaces() : error.
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.freshplanet.nativeExtensions::AirNetworkInfo/findInterfaces()[/Users/adamschlesinger/repos/ANE-Network-Info/actionscript/src/com/freshplanet/nativeExtensions/AirNetworkInfo.as:194]
Is there any help?
thanks.
The text was updated successfully, but these errors were encountered:
Hi guys.
I'm trying to use this ane for detecting current network info on mobile devices.
But when I access to AirNetworkInfo.networkInfo.findInterfaces(), it returns just null Error and hung up.
Is there any rules about accessing to findInterfaces() ?
What I've done is like follows:
0: run on Android mobile device( ver.4.4.2 )
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at com.freshplanet.nativeExtensions::AirNetworkInfo/findInterfaces()[/Users/adamschlesinger/repos/ANE-Network-Info/actionscript/src/com/freshplanet/nativeExtensions/AirNetworkInfo.as:194]
Is there any help?
thanks.
The text was updated successfully, but these errors were encountered: