Closed debduttaVxplore closed 3 years ago
Make sure you using the latest version of WifiUtils.
Okay, let me check version, but I think I have put latest version.
Yea, I used 1.6.4. Is this Ok?
Yes it's ok. This should not normally happen though. I will have a look. In the meantime make sure you also include kotlin-stdlib-jdk8 dependency in your project.
Hi Scan wifi also failing. I think it's due to one of your dependency is not synced with .aar file. After including this "com.thanosfisherman.elvis:elvis:3.0" in gradle dependency it worked fine to me.
Can you please upgrade to version 1.6.5 and let me know whether elvis is now resolved without the need of including it as an extra dependency? It should work now either way.
It is working now, thank you so much for quick update, and big thank you for the great library.
////////////////////////////////////////////////////////////////////////////////////// java.lang.NoClassDefFoundError: Failed resolution of: Lcom/thanosfisherman/elvis/Elvis; at com.thanosfisherman.wifiutils.WifiUtils.enableWifi(WifiUtils.java:247) at com.vxplore.esp01.MainActivity.tryTurnOnWifi(MainActivity.java:271)