i m nt able to run my gtalk sample application in android sdk..i have used all 1.1, 1.5, 1.6, 2.0, 2.0.1
it is not resolving.....................see my code also in attachment..thnx in advance..plz help
import com.google.android.gtalkservice.GTalkServiceConstants;
import com.google.android.gtalkservice.GroupChatInvitation;
import com.google.android.gtalkservice.IChatListener;
import com.google.android.gtalkservice.IChatSession;
import com.google.android.gtalkservice.IGTalkConnection;
import com.google.android.gtalkservice.IGTalkService;
import com.google.android.gtalkservice.IGroupChatInvitationListener;
import com.google.android.gtalkservice.IImSession;
import com.google.android.gtalkservice.IRosterListener;
import com.google.android.gtalkservice.Presence;
import android.provider.Im.Contacts;
import android.provider.Telephony.Sms;


