During the development period, my server uses a Self-signed CA certificate. The production server will use a real certificate.
With iOS, I am able to simply drag the certificate inside the emulator and it will be trusted from then on.
For Android, all the solutions I found involve code. I don't want to insert code in my application just for my testing. Is there a similar solution to what iOS offers?