Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Android x64 support  (Read 6715 times)

0 Members and 1 Guest are viewing this topic.

IsDaouda

  • Full Member
  • ***
  • Posts: 212
    • View Profile
    • Email
Android x64 support
« on: April 22, 2019, 01:55:56 pm »
Hello everyone,  :)

I am compiling SFML for the x64 android version but I get some errors. I feel that it is not compatible with this architecture (unless I'm wrong).

Is it possible to compile it with SFML 2.4.0 ?

It would be nice if in the next version of SFML this architecture is supported. Because soon Google Play will no longer accept native applications 32 bit but 64 bit.

AlexAUT

  • Sr. Member
  • ****
  • Posts: 396
    • View Profile
Re: Android x64 support
« Reply #1 on: April 22, 2019, 09:34:14 pm »
Yes the dependencies are missing for 64bit, there is already a github issue: https://github.com/SFML/SFML/issues/1507

IsDaouda

  • Full Member
  • ***
  • Posts: 212
    • View Profile
    • Email
Re: Android x64 support
« Reply #2 on: April 23, 2019, 11:52:09 am »
I hope that a solution will be found as soon as possible.

Jonny

  • Full Member
  • ***
  • Posts: 114
    • View Profile
    • Email
Re: Android x64 support
« Reply #3 on: April 26, 2019, 12:09:17 am »
Should be easily solvable once there's a decision on how to build deps from source: https://en.sfml-dev.org/forums/index.php?topic=25053.0

DebugBSD

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: Android x64 support
« Reply #4 on: October 10, 2019, 11:44:15 am »
In my case, I had the same problem building for Android X64.

I had to build SFML and all dependencies (except for OpenAL) within Visual Studio 2019.

Now it seems to work perfectly with my Android device. The only thin it doesn't works is the sfml-audio module because I can't build OpenAL from Visual Studio.
Happy Hacking

Rosme

  • Full Member
  • ***
  • Posts: 169
  • Proud member of the shoe club
    • View Profile
    • Code-Concept
Re: Android x64 support
« Reply #5 on: December 05, 2019, 03:13:41 pm »
PR are always welcome. Remember that the SFML team is working on their spare time for free. If you have the solution, or you are willing to put time on this, go ahead.
GitHub
Code Concept
Twitter
Rosme on IRC/Discord

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Android x64 support
« Reply #6 on: December 05, 2019, 05:44:30 pm »
I still have a half finished draft for the dependency discuss, haven't found the motivation to fully finish it yet, but hope to get it done soon. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/