# 下载
https://github.com/google/android-emulator-m1-preview

# 如果提示软件无法验证
sudo spctl --master-disable
#然后在安全和隐私里再点击运行即可


安装apk的时候提示需要安装adb
# 安装abd
brew install android-platform-tools 

在android-emulator的设置里面把adb的use detected adb location关掉重启软件就会自动检测到abd位置

open /Applications/Android\ Emulator.app/Contents/MacOS/aosp-master-arm64-v8a/hardware-qemu.ini

把第一行的arm64改成arm64-v8a

# abi列表
https://developer.android.com/ndk/guides/abis
# 还推荐一款工具
https://github.com/kefir500/apk-editor-studio

#最好的Android抓包工具,自动SSL解密网络抓包工具
https://www.vnet-tech.com/zh/

最后更新于 2023-03-03