mac M2 arm 架构模拟器运行 x86 apk
设置当前的架构
arch -x86_64 zsh

安装apk
adb install  app-release.apk

打开应用
adb shell am start -n   com.td.flutter_tv/.MainActivity
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17960708
arch -x86_64 zsh

adb install  app-release.apk

adb shell am start -n   com.td.flutter_tv/.MainActivity
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/17960708
