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?
Padma source
share