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

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -