IOS/Android 에뮬레이터 실행 APP 디버깅 방법

1120 단어 시뮬레이터
진짜 컴퓨터는 그렇게 쉽게 구할 수 있는 것이 아니어서 시뮬레이터가 사용하기에 더욱 편리하다
ios
ios-sim 설치
ios-sim을 설치하여 APP의 완전한 제품 패키지를 가져옵니다.
$ npm i -g ios-sim

시작 app
# ios-sim launch *.app - -devicetypeid             id 
$ ios-sim launch **/BaiduBoxApp.app --devicetypeid com.apple.CoreSimulator.SimDeviceType.iPhone-6

PS
1. 로컬 아날로그 지원 모델 유형 id는 명령을 통해ios-sim showdevicetypes2를 가져올 수 있습니다.아날로그 단축키: 홈 키 = command+shoft+h3.Make sure you enable Developer Mode on your machine:$ DevToolsSecurity -enable 4.Make sure multiple instances of launchd_sim are not running:$ killall launchd_sim
에뮬레이터의 프록시 설정
charles crt를 다운로드하여 iossimulator에 직접 드래그하면 iossimulator와 charles를 다시 시작하면 마음껏 가방을 잡을 수 있습니다
Android
VirtualBox & genymotion
apk를 설치할 때 설치가 실패하면 "설치 패키지가 호환되지 않습니다"라고 알립니다. 이것은 apk 설치 패키지는arm 구조에 대응하는 이진 형식만 포함하고 i386, x86 등 구조의 이진 형식은 포함하지 않기 때문입니다.
해결 방법은genymotion에arm 구조 지원을 추가하는 것이다. 방법은 다음과 같다. ARM 을 다운로드하는 것이다.Translation 플러그인,genymotion 실행 창에 직접 끌어다 놓으면 됩니다.플러그인 다운로드 주소:http://forum.xda-developers.c...
ps
에뮬레이터 설정 에이전트:문서

좋은 웹페이지 즐겨찾기