前言全域性說明
官方說明:https://mumu.163.com/help/20230504/35047_1086360.html#a7
一、說明
ABI作用:https://zhuanlan.zhihu.com/p/643731163
二、
透過編輯模擬器中的 /data/system/etc/mumu-configs/abi-select-android12.config 檔案,
在檔案內容的最底部增加一行“game_package_name armeabi-v7a # game name”條目,
儲存更改後重啟模擬器後生效。
三、模擬器支援哪部分 ABI 版本?
模擬器支援的ABI版本有:armeabi-v7a、arm64-v8a、x86、x86_64。
四、模擬器預設使用的 ABI 版本順序
在沒有配置 abi-select-android12.config 的情況下,優先使用 so 數量最多的架構。
so 數量相等的情況下,則按照 x86_64、x86、arm64-v8a、armeabi-v7a 的順序。
免責宣告:本號所涉及內容僅供安全研究與教學使用,如出現其他風險,後果自負。
參考、來源: