Hi All, When I compile one example , I met with the following errors: development/samples/HelloActivity/src/com/example/android/ helloactivity/HelloActivity.java:19: cannot find symbol symbol : class ActivityManagerNative location: package android.app import android.app.ActivityManagerNative; ^ development/samples/HelloActivity/src/com/example/android/ helloactivity/HelloActivity.java:25: cannot find symbol symbol : class ServiceManager location: package android.os import android.os.ServiceManager; ^ development/samples/HelloActivity/src/com/example/android/ helloactivity/HelloActivity.java:39: package com.android.internal.telephony does not exist import com.android.internal.telephony.ITelephony; ^ 3 errors make: *** [out/target/common/obj/APPS/HelloActivity_intermediates/ classes-full-debug.jar] Error 41
Finally I find if I comment out LOCAL_SDK_VERSION := current in the mk file, then the error disappear, Can anyone tell me why? Thanks Max --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---