Since Silk-Performer 16 and later, the recording of a 64 bit app works and thus, there is no need to configure the recording profile to use proxy recording. (I.e. Step 2 of the article "Recording Mobile Apps on the Android Emulator with SilkPerformer" - https://goo.gl/QuWBBd ) Instead, hooking can be used. Here is a screenshot of how the application profile configuration page should look like when adding a new application profile for the Android Emulator (Go to SETTINGS | SYSTEM | RECORDER | APPLICATION PROFILES | ADD...): 1. The additional qemu-system-i386.exe executable can be typically found under the Android studio installation folder. (E.g. C:\Users\{user name}\AppData\Local\Android\sdk\tools\qemu\windows-x86_64\qemu-system-i386.exe) 2. The WinSock (ws2_32.dll) option is used under the the Web Settings instead. 3. It is not required to add the option -http-proxy localhost:8080 under the field "Program arguments". 4. The reference to the record executable "..\Android\sdk\tools\emulator.exe" remains the same as before.
↧