Android Studio: NoClassDefFoundError
问题 I'm trying to build an app that sends an email using javamail and gmail's smtp service, but when I run it it crashes when I call Session.getInstance. After debugging it appears that it's a NoClassDefFoundError regarding com.sun.mail.util.MailLogger. I read elsewhere that I had to add an older mail package in order to get it, but I'm still getting errors. Here's what I have in Android Studio: // Get system properties Properties properties = System.getProperties(); // Setup mail server