Android: how to track https urls through android emulator using violinist

I want to use Flurry in my Android application, I created an account, got an api and used this api, and I can use the onEvent methods in FlurryAgent.

Now I want to track these calls in the violinist to check if I can track http calls, but https calls are failing.

I have done the following:

The SSL settings in fiddler and firefox have been changed, so if I open any https URLs in the firefox browser, then its tracking, but I can not track calls using the Android emulator.

I changed the emulator settings as indicated in this link http://aurir.wordpress.com/2010/03/22/tutorial-getting-android-emulator-working-with-fiddler-http-proxy-tool/ even if it is not works.

Can someone help me solve this problem?

+3
source share
1 answer

you can always use wireshark instead of a violinist.

It is easy to use and you do not need special settings

-2
source

Source: https://habr.com/ru/post/1783222/


All Articles