You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
Trying to start the atx server from command line: adb shell /data/local/tmp/atx-agent server --nouia --addr :7912
Gives: /system/bin/sh: /data/local/tmp/atx-agent: not executable: 32-bit ELF file
I'm running this from Android Studio on an M1 Mac mini (Arm).
I'm emulating a Pixel 2 with Android 10 for arm64 v8a. I have also tried Android 11, 12 and Sv2 and get the same error.
Is this related to using arm64 v8a? v7 is not available on the M1 Mac.
The text was updated successfully, but these errors were encountered:
This error was due to the atx-agent not being compiled for arm64 v8.
I downloaded the source and compiled it then pushed to the emulator and now it works.
I'm having trouble starting the AtxAgent:
Trying to start the atx server from command line:
adb shell /data/local/tmp/atx-agent server --nouia --addr :7912
Gives:
/system/bin/sh: /data/local/tmp/atx-agent: not executable: 32-bit ELF file
I'm running this from Android Studio on an M1 Mac mini (Arm).
I'm emulating a Pixel 2 with Android 10 for arm64 v8a. I have also tried Android 11, 12 and Sv2 and get the same error.
Is this related to using arm64 v8a? v7 is not available on the M1 Mac.
The text was updated successfully, but these errors were encountered: