• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android 1.4 64 bit Solution???

D

Doggo

Guest
Hi! I just wanted to share what I've been thinking about recently. Maybe a solution to export to 64 bit.

Well, all the yoyo libraries are at <GameMaker Location>\Android\runner\ProjectFiles\src\main\jniLibs right? GMS 2 has 64-bit libraries already, so what if you copy them over to there? But then modify the build.gradle files to also export a 64 bit .apk and use these 64-bit libraries.

I just cannot execute this, because I don't have GMS 2 and I know nothing about gradle and all that. Is it even possible to? Hopefully this all made sense...
 
S

Sam (Deleted User)

Guest
You need to buy GMS2 to export to 64 bit android. What you are asking isn't legal, and also 64-bit *.so libraries will not work without a 64 bit executable.
 
Top