Tag:Simulator
-
Fiddler grabs the HTTPS interface data. The installation certificate is not complex. It has a super detailed graphic explanation. I don’t believe you!
@ catalogue preface Installation environment configure network IP port configure network The browser opens the download link Download certificate Installation certificate Certificate installation pit preface Packet capturing is a tool that I must learn in my testing work. We all know that the certificate needs to be installed in the HTTPS interface, but many small […]
-
Halo and wehalo installation test records
1、 Demand Because I need a small program similar to knowledge description (a bit like blog), I found the following software to test Halo is a blog open source software, document address: https://docs.halo.run/ Wehalo is a wechat applet version blog (based on halo’s existing API), open source address: https://gitee.com/aquanrun/WeHalo?_from=gitee_search 2、 Install halo Generally speaking, servers, […]
-
Flutter project build windows – new project
1) Entering the command line will automatically generate an app project flutter create myapp cd myapp flutter run 2) Possible errors that may be reported when fluent runs: no connected devicesBecause there is no mobile phone simulator. You can add simulators in Android studioTool – > AVD Manager – > create virtual device – > […]
-
CRMEB Pro v1. 2. Detailed steps of quick packaging app
Shopping mall shopping mall CRMEB Pro is a H5/ official account / small program mall system. Its backend development has used the most popular technologies at present, such as asynchronous tasks, database link pools, form generation, long connection, task queue, timing task, front end separation, Redis cache, etc. the front end is also developed by […]
-
Android studio 2020 (Arctic) stable version 1.3 officially released
Author / Amanda Alexander, Android Product Manager We are pleased to announce that Android studio arctic fox has officially entered the stable release channel. Welcome to download it. This latest version supportsJetpack Compose 1.0, a new Android toolkit for building native interfaces. In addition, this version also emphasizes the coverage of multiple device types, including […]
-
Flutter has some problems to solve
There is a yellow underline under the text of fluent text https://www.jianshu.com/p/1f0a29cddba1 2. After replacing the simulator model, obtain the equipment information and report an errorFAILURE: Build failed with an exception.What went wrong:A problem occurred configuring project ‘:device_info’. Execute the cleaner again 3. Fluent screen compatibilityI understand that this can only be compatible with mobile […]
-
Some common instructions in Linux
Update update source sudo apt-get update Uninstall Python completely for Ubuntu Uninstall python2 seven sudo apt-get remove python2.7 Unload dependency sudo apt-get remove –auto-remove python2.7 Clear python2 seven sudo apt-get purge python2.7 or sudo apt-get purge –auto-remove python2.7 Installation, upgrade and uninstall of PIP3 install sudo apt-get install python3-pip upgrade sudo pip3 install –upgrade pip […]
-
Using Android studio on Apple chip devices? Don’t forget to use Apple chip preview!
Thank you for your feedback on creating a better Android studio through wechat and other channels. In these feedback, we learned that Android studio’s support for apple chips has been highly expected. With the stable version of Android studio arctic fox (2020.3.1)Official release, we also brought preview support for hardware equipped with apple chip (arm64). […]
-
Android reverse analysis example (IV) – meter reading speed version log implantation
get ready: 1. Configure Fiddler packet capturing environment 2. DownloadMeter reading speed version(password: d0r2) 3. Android phone / simulator and computer together with a network 1. Fiddler configuration First goOfficial websiteDownload the latest version of fiddler; After downloading, the fool installation is OK; Then open the software. Don’t rush to capture the package. First clickTools […]
-
“Cannot enable Hyper-V service” error in Windows docker
First, turn off the installed Android simulator Enter Bcdedit / set hypervisorlaunchtype auto at the command prompt in administrator mode 2 . Then restart the computer
-
Zhiting family cloud IOS terminal: get started quickly
1. Development tools The current version applies to Xcode 12.5. If you are using a different version of Xcode, please check the previous version.This version only supports IOS 13 + using swift 5. 2. Source code address 3. Build version Clone repository bash $ git clone https://xxxx/sa-ios-sdk.git CocoaPods Install cocoapods. Please check cocoapods for details […]