How get Android 2.1 SDK to recognize new class: SignalStrength

Posted by Doughy on Stack Overflow See other posts from Stack Overflow or by Doughy
Published on 2010-03-17T01:56:17Z Indexed on 2010/03/17 2:01 UTC
Read the original article Hit count: 435

The new Android 2.1 SDK (version 7) has a new class called SignalStrength: http://developer.android.com/reference/android/telephony/SignalStrength.html

I updated my SDK in Eclipse to include the 2.1 add-on, and now I am trying to use this new class. However, when I go to do an import android.telephony.SignalStrength, it can't find it. Do I have to somehow reset my project to refresh the SDK so it knows about the new libraries? How can I get it to recognize this new class? Thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about signal-strength