I'm new to android, I was following a tutorial on how to send an Email using JavaMail API, I have add the necessary Jars properly but I always face the Cannot resolve symbol provider on the GmailSender Class, I tried removing and adding the jars but the problem still persist.
static {
Security.addProvider(new com.provider.JSSEProvider());
}
am I missing something ? i am working on androidStudio by the way.