Closed jorisw closed 9 years ago
I was able to fix this build error by inserting the following at line 24 of WifiWizard.java
:
import android.net.NetworkInfo;
However, it would appear that the current Master branch is missing the #fix/api_v_16
fixes you made earlier. 'cause the scan result callback is no longer firing on my Android 4.1.
And a regular cordova plugin add com.pylonproducts.wifiwizard
still installs 0.2.9
here.
yep, I just added that. If pull from master it should be fine now.
Thanks, but master still seems to be missing the #fix/api_v_16
fix.
Since
cordova plugin add com.pylonproducts.wifiwizard
pulled0.2.9
instead of the new0.2.10
, I decided to install using the Master.git
URL. However this gives me a build error:Building against Android target version 22.