android emulator - Running Instagram on AVD -
i wanted use instagram on computer, decided use android virtual device task.
i downloaded android sdk , newest apk instagram computer.
then created new avd , ran it. after booted, installed instagram apk using adb install instagram.apk
.
it installed smoothly , after clicking app, started.
now here's problem: there on nothing works.
when try login , press login button, nothing happens there no internet connection.
browsers , other apps using internet connection work fine, instagram doesn't work.
how can fix this?
i think has android emulator can't handle global proxy. therefore hostnames resolved directly ip violates http 1.1 standarts , request doesn't send properly. fix this, needed change hostname gets send instead of ip.
Comments
Post a Comment