I am facing trouble for adding the certificate to android studio. give me some solutions :)
I had a problem with SSL CERTIFICATE VERIFICATION in my code(vs code) so I used x509 trust manager o solve it. Then I integrated my code to android studio which worked fine but after I uploaded my app to play store, google play team sent me a mail telling me to not use the x509 trustmanager or to handle it. I then downloaded the certificate of the website that I was parsing and added it to the cacerts file in my java folder and the vs code of mine ran good without the x509. but I am facing trouble for adding the certificate to android studio. give me some solutions :). text