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

gradle

  1. 0

    Android Android exporting: Gradle 7.5.1 error

    I'm trying to export my project to android on gms2 2024.2.0.132 (the most recent version and runtime) but when I do, after about 4 seconds the following error appears in my console (I have tried reinstalling gamemaker, deleting and reinstalling gradle, tried to update gradle on android studio...
  2. N

    Android Gradle error

    Hello, I tried everything i found about the jdk sdk and all to fix this one but nothing works I hope someone will be able to help me : C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2023.11.1.160/android/runner\gradle\gradlew.bat build assembleRelease -x lint FAILURE: Build failed...
  3. R

    Android Gradle Error

    I am trying to test my game on an Android phone but from the first try(I am new to gameDev), I am having this single same error about gradle. I tried online suggestions, forum suggestions, chatGPT, BingAI but none of this can help me. ERORR: Note that I don't have the jre folder. I deleted...
  4. A

    Android Could not compile settings file 'W:\settings.gradle'.

    FAILURE: Build failed with an exception. * Where: Settings file 'U:\settings.gradle' * What went wrong: Could not compile settings file 'U:\settings.gradle'. > startup failed: General error during conversion: Unsupported class file major version 62 How to solve this problem? I have windows 7
  5. C

    Android Settings file 'W:\settings.gradle' 2022 Error

    I am having this issue compiling randomly, I have tried reinstalling everything but Game Maker at this rate. Using NDK 22, API Level 30, and JDK 18. AILURE: Build failed with an exception. * Where: Settings file 'W:\settings.gradle' * What went wrong: Could not compile settings file...
  6. T

    Android Please Help. Gradle Error

    My app was working fine a few months ago, but now out of no where when I build to Android I get this: Windows build works fine. p.s. I can't get that stupid smiley face to go away in the Execution failed line.
  7. R

    Android Problems with Android studio(buil error)

    My problem is complex and the question is simple. I bought game maker studio 2 2.2.2 a long time ago, I know my PC is damaged and when I buy a new one I install the new version 2.2.5 and the export to Android does not work, but Windows does. So any new new members have export problems with...
  8. R

    SOLVED Deprecated gradle features 6.0 (package build reléase) FAILED

    (Translation added by moderator) Summary: it does not export me to android and Windows yes, having everything updated. Help me! I created a game that is already in the playstore in pre-registration but I could not publish it because when I try to export the last version of my project to android...
  9. J

    A problem occurred evaluating project ':allib'. (GRADLE)

    I dont know how can i fix it :(
  10. D

    Android Error compiling apk ( implementation() for arguments [com.google.android.gms:play-services-ads:17.2.1] )

    When I try to create an android game the following error appears. * Where: Build file 'W:\com.company.game\build.gradle' line: 63 * What went wrong: A problem occurred evaluating project ':com.company.game'. > Could not find method implementation() for arguments...
  11. N

    Android Gradle Problem - Android Compilation

    I had this message from mi compilation. * What went wrong: Project directory 'W:\com.cosmicdog.Tappy\u0009Witcher' is not part of the build defined by settings file 'W:\settings.gradle'. If this is an unrelated build, it must have its own settings file. * Try: Run with --stacktrace option to...
  12. T

    Android [SOLVED ] Build failed - VM Mmeory and / or Gradle issue?

    Issue: Error occurred during initialization of VM Could not reserve enough space for 1572864KB object heap I am having a hard time to compile any Android project after updating to the latest Version. I run on IDE v2.2.5.481 Runtime v2.2.5.378 Even creating an empty Project won't compile. I...
  13. H

    Android gms2 and android lint fail!

    Hi. after hours of searching and updating things finally i decided to make a post here. I'm trying to export android in gms 2 latest version and so success! this is the error log i get but before that my target api is 28 and there is no problem with sdk since i'm developing android software...
  14. Mehdi

    Android Repositories, Gradle.(Please Help.)

    Many days since I began trying to get an android build out of GMS:2 2.4.474. And still nothing except newly generated errors in Output tab. Searched all around the web and Stack Overflow. But nothing seems to be of any help so far. There is so huge amount of complexity in there. So if anyone is...
  15. Mehdi

    Android Build Fail

    Hello I am working on exporting for android since last week and GMS:2 seems not going to give me an apk! I followed all the guidelines concerning Android Studio, ndk, sdk,jdk, build tools, min/target/compile sdk , ... But it only shows me : * What went wrong: A problem occurred evaluating...
  16. G

    Android Can't compile using latest version of Google Play Services Extension

    Due to the Google+ deprecation, since my game is using version 3.0.5 of the Google Play Services extension, these services are not funcional anymore. When I downloaded the latest version (3.1.1) which takes the Google+ API away, without changing a single setting, GMS2 won't let me compile...
  17. I

    Android java.io.IOException

    I've been trying to compile this game for over a week now and I keep running into the same issue and can't seem to find any fixes for this anywhere. Whenever I try to compile my game to android or even run it, I get this error: FAILURE: Build failed with an exception. * Where: Settings file...
  18. S

    Android Build Error

    Error has - " > Could not resolve all dependencies for configuration ':classpath'. > Could not resolve com.android.tools.build:gradle:2.2.0+...." Sometimes the game runs on phone, but many times this error shows.
  19. clee2005

    Question - IDE PreBuild script

    Hey does anyone have any ideas around running a pre-build .bat or script file before doing an export? Ideally, it would tied into the build process and not an external .bat file that has to be executed before running the build command in GMS2. I was thinking something like having a named...
  20. P

    Android SOLVED Change the order of repositories in build.gradle? Build failure

    Hi, Since yesterday I can't build for android anymore. I looked up the error below and found a solution on stackoverflow. It seems that the google() repository needs to be placed before the jcenter() in the build.gradle. I changed it in the runtime root folder and it worked. Solution link on...
Top