A) Look up the Intent class in the docs. Find a suitable constructor to use. B) You're trying to use a function that does not exist for your type. Don't do that.
------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices On Mon, Apr 25, 2011 at 12:44 PM, Alaeddine Ghribi < [email protected]> wrote: > constructor Intent(IncomingCallReceiver, Class<dialog>) is not defined > > > Method startActivity(Intent) is undefined for the type IncomingCallReceiver > > Thank you for your help. > > 2011/4/25 TreKing <[email protected]> > >> On Mon, Apr 25, 2011 at 12:24 PM, Alaeddine Ghribi < >> [email protected]> wrote: >> >>> How can i solve this problem? >> >> >> Explain what "But it ends with an error in each line!" means. >> >> >> ------------------------------------------------------------------------------------------------- >> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >> transit tracking app for Android-powered devices >> >> -- >> 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 >> > > -- > 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 > -- 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

