Areizen / Android-Malware-Sandbox

Android Malware Sandbox
Apache License 2.0
279 stars 54 forks source link

CPU architecture problem #18

Open yangpeng1850 opened 1 year ago

yangpeng1850 commented 1 year ago

When I debug on ubuntu system, because Android simulator is x86 architecture, I installed the arm conversion plug-in, which can install apk of arm architecture normally. But when device.resume (pid) is running, the program will pop up "Open app again", and report an error at the end: "ERROR script is destroyed"

![Uploading 截图 2023-03-14 14-58-25.png…]()