• mumu模拟器使用


    连接mumu模拟器

    • 启动mumu模拟器

    • 执行命令:adb connect 127.0.0.1:7555(windows系统推荐使用gitbash)

    安装app

    • Gitbash下执行:adb install -r /C/Users/huang/Downloads/com.xueqiu.android_12.4.6_254.apk
      windows系统cmd下执行的时候路径是C:UsershuangDownloadscom.xueqiu.android_12.4.6_254.apk

    获取app入口

    • 执行命令:adb logcat |grep -i displayed

    • 启动app,出现的第一个便是app入口
      com.xueqiu.android/.view.WelcomeActivityAlias

    启动app

    • adb shell am start -W -n com.xueqiu.android/.view.WelcomeActivityAlias -S
  • 相关阅读:
    画了朵花
    定位
    浮动
    盒模型
    html+css笔记1
    闭包
    高阶函数
    函数
    Map Set iterable
    git stash clear/drop 后代码如何恢复
  • 原文地址:https://www.cnblogs.com/Uni-Hoang/p/13734293.html
Copyright © 2020-2023  润新知