I updated my android studio to 2.1.2 and opened previous project.Now it shows that FloatMath.sqrt() is deprecated and cannot resolve method 'sqrt(float)'
Just type cast it with float as -
(float)Math.sqrt(...)
FloatMath
is deprecated in API 22
Reference link - https://developer.android.com/reference/android/util/FloatMath.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With