SMILEConsortium / smile_teacher_android

The SMILE Teacher Android App
http://www.smileconsortium.org
Apache License 2.0
1 stars 2 forks source link

[Issue 25] v2 of the 'forwarding exception' code #34

Closed chrqls closed 11 years ago

chrqls commented 11 years ago

Better code, better presentation.

The class SendEmailAsyncTask can be used for other exceptions. When you are in a condition with an exception, you just add this line:

new SendEmailAsyncTask("your message","type of exception","current class").execute();

truedat101 commented 11 years ago

Charles, are there libraries missing that are required? When I build, we see to be missing javax.mail and javax.activation.

chrqls commented 11 years ago

3 jars to add to the project: activation.jar + additionnal.jar + mail.jar http://code.google.com/p/javamail-android/downloads/list

source: https://github.com/SMILEConsortium/smile_teacher_android/issues/25#issuecomment-23643407