devstepbcn / react-native-android-wifi

A react-native module for viewing and connecting to Wifi networks on Android devices.
ISC License
212 stars 121 forks source link

Cannot find symbol Build.VERSION_CODE.N #77

Open HighSoftWare96 opened 5 years ago

HighSoftWare96 commented 5 years ago

When compiling an application appears this error. It seems that NOUGAT version code is not defined in AndroidWifiModule.java:110. I've tried everything (the targetSdk is actually correct) but the only solution was to substitute that with the constant 24.