Android Gamemaker Studio 2 android error ARM64 support

S

Steven Grohe

Guest
Hey folks,
I tried to test my android game on my phone(Galaxy S6), just as always, but for some reason I suddenly get this error when trying to:
System.Exception: Error : The selected Architecture options do not support this device. Please add Arm64

If someone has got any suggestions, advice or experience, please feel free to answer.

Thanks and best regards!
 

rIKmAN

Member
Hey folks,
I tried to test my android game on my phone(Galaxy S6), just as always, but for some reason I suddenly get this error when trying to:
System.Exception: Error : The selected Architecture options do not support this device. Please add Arm64

If someone has got any suggestions, advice or experience, please feel free to answer.

Thanks and best regards!
Is Arm64 selected as one of the architectures in Options > Android in the resource tee?
 
S

Steven Grohe

Guest
Thank you very much, I did what you said, and now finally it works fine^^ After checking the arm64 button, I still had some other trouble with lint exceptions, but I worked around by editing the android build file.
 
Top