• 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!

andoid

  1. S

    GameMaker About cell phone controls

    General mobile game, left hand control, direction movement, right click skills, But gms, it seems, can't be accessed at the same time, or, it's indistinguishable, keep pressing and clicking How did you handle the situation?
  2. N

    Android BUILD FAILED

    Hi, I am getting Build Failed. Can any one please solve this "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2023.6.0.139/bin/igor/windows/x64/Igor.exe" -j=8 -options="C:\Users\CM One\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -v -- Android Package Loaded Macros from...
  3. Michael Hart

    Android Solved - compileDebugJavaWithJavac

    i keep having this error and have tried the extensions the sdk the ndk all with no luck gms2 v2022.9.1.51. here is the full compile output "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2022.9.1.66/bin/igor/windows/x64/Igor.exe" -j=8...
  4. N

    GameMaker Clear cache and Battery issue

    Hi, I created small game for kids, when i play and close the game, i am getting battery issue and clear cache bug. There is no problem when i playing game, when closing only i am getting this problem. Please find the attached images. i tested my another 2 games, same problem for both games i am...
  5. Oachkatzl Games

    Android Android 13 (API-Level 33) com.google.android.gms.permission.AD_ID

    Since android 13 api 33 am i the only one who has this problem?
  6. Oachkatzl Games

    Android Deltaitme for android lags a bit

    I use this code for delta time. But there are always small laggs var dt = 1/120; var dtt = delta_time/1000000; give_delta_time = dtt/dt; ////example x += 4*give_delta_time In my game, you can only see it if you look closely, but it doesn't feel good. Is there a better solution or any fixes?
  7. Oachkatzl Games

    Android Andoird is getting worse with each Update

    1# Google Pixel 2 (virtuell) ANR in com.google.android.gms.unstable;PID: 9104;executing service com.google.android.gms/.droidguard.DroidGuardService; 2# The advertisement is displayed on many mobile phones with wrong size Reward Video rewarded-default-view/View[1]/View[0]/View[2] on some...
  8. Oachkatzl Games

    Android POG JUMP

    Pog Jump 1.1.62 - ADs disabled , placeholder advertising This game will challenge you and your skills. In this game you have to conquer the tower. Complete the levels, jump best times in meters and collect gold coins in the meantime. With the gold coins you can give your ball an individual...
  9. Kleff

    Android advertising, What's the difference

    What's the difference? Both read like advertisements. Do I need GPBD consent for non-personalized ads?
  10. Kleff

    Android Google-Licencing-Extension which one ?

    Do I need to click "Use Google APK Extension" or "Use Google Dynamic Asset Delevery" when I use AdMob or GooglePlayLicensingExtension? and which of the three keys from picture 2 must go into the field? The current description is outdated and make them crazy...
  11. O

    Android Video not playing on android

    hello! I am trying to add a video in game maker and I'm having some issues. It works fine on windows but doesn't work at all for android. here my code any help is appreciated thank you. create //video = video_open("BGstudio8.mp4"); //video_enable_loop(false); draw var _video_data =...
  12. D

    Android Execution failed for task ':com.company.game:mergeReleaseResources'.

    Hello Everyone i'm Beginners I am really hoping someone is able to help I am not able to create an APK for my Android game due to the above error. (GMS 2.3+) "cmd" /c subst Z: "C:\Users\BOS\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE" elapsed time 00:00:00.1980141s for command "cmd"...
  13. L

    Android Build and SDK Settings for Marshmellow 6.0 (API 21) ?

    Hello, I have a specific device - uses ARM, Marshmallow. It's not possible to update device as many of our other projects use the same device. So, after 2.2.4 update, and installing whatever SDKs needed to the best of my understanding. GMS is refusing to compile for API 21. First time, I got...
  14. F

    Android Weird pieces of sprites repeated around screen

    hi My game is aimed for Android. I have checked "keep aspect ratio" to have a padding (black bars) around the screen to compensate for issues with different display sizes. It works pretty well on several devices with various sizes. However on Samsung galaxy a9, a strange problem happens. some...
  15. RyanC

    Android Strange FATAL EXCEPTION error when exporting to Android

    I've been getting strange errors when exporting to Android lately and was wondering if anyone knows what this is? The game still builds and runs OK but depending on which device I export to there's a different error. This one has something to do with com.microsoft.office.outlook, what has...
  16. G

    Android Turn-Based Retro Medieval RPG *Demo|Android|Windows*

    Turn-Based Retro Medieval RPG _+_ Alpha Release now on Android and Windows _+_ Introduction Hello everyone. I have been working on this game on and off for around four years now, but I have made most of my progress in the past couple of years. I started the prototype to this game back when...
  17. J

    Android MOGA change in latest build

    I am getting a failed compile now with our game's Gamepad support after updating to the latest build 2.2.1.375 Under the release notes I see: Game Options: Removed the checkbox for MOGA Gamepads from Android, as this is no longer relevant in 2.2.1+ runtimes, as we have changed the gamepad...
  18. I

    Android [SOLVED] Could not find play-services-tasks-license.aar

    Hello, every time I try to compile my app for android I keep getting a FAILED to build message in the compiler and it says the reason why is because > Could not find play-services-tasks-license.aar I have searched all over Google and over the forums and have only found 4 threads, none of which...
  19. Y

    GMS2 Android/iOs/Fire

    Hi I am thinking of upgrading to the android/iOs/Fire version of GMS2, is anyone using it at the moment? Can you quickly upload your games to a virtual Device / physical one? Any pros/cons to persuade/dissuade me? Also I cant find any youtube uploads of android porting for GMS2 only 1.4. I...
  20. L

    Game crash after upgrade to 1.4.1722/1.4.1804 (from1.4.1763)

    Hi, my game has been working on 1.4.1763 without issue. Recently i have tried to upgrade to 1.4.1722 and 1.4.1804 (both fresh install). For both version, 1)My game experienced obvious slow down (compare to 1.4.1763). 2)Weird error like obj placement, undefined var happened here and there...
Top