paul2000 wrote: > Hi, > > I'm tring to import com.android.internal.os in my android app but > Eclipse complains "The import com.android.internal.os cannot be > resolved" > > Any body saw similar problem before?
That is not part of the SDK. If you are attempting to build an application using the SDK, you cannot use classes in that package. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

