“No Activity found to handle Intent” while emailing data

前端 未结 5 1047
深忆病人
深忆病人 2020-12-30 23:07

I am trying to mail data using this code:

email = (Button) findViewById(R.id.enail);
    email.setOnClickListener(new View.OnClickListener() {

        publi         


        
5条回答
  •  醉话见心
    2020-12-30 23:30

    Yes problem was in emulator because it was not configured any email in emulator, if any one find this problem please configure email in your emulator, to do this

    select email from application menu and follow the steps.

提交回复
热议问题