raguilera82 / send-mail-cordova-plugin

This Cordova plugin allows to send an email using Android platform without email composer
MIT License
5 stars 9 forks source link

compilation error #6

Open Poola123 opened 7 years ago

Poola123 commented 7 years ago

Hello, I am trying to develop a phonegap app.In this process i have to send a email so i used the plugin while am running the app i got an error:class not found. Can anyone help me how to solve this issue. Thank you.

Poola123 commented 7 years ago

Hello, To the above error i have tried stacktracer to find the problem.I got few errors.i am attaching a screenshot of the errors.Can anyone help me to solve the problem. Stacktrace function: function stackTrace() { var err = new Error();
console.log('Error: ' + err.stack); alert('Error: ' + err.stack); return err.stack; 16144721_931733766927791_2139932323_n Thankyou.