• 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 gms2 and android lint fail!

H

hadieb

Guest
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 with that!
everything is about this damned gradle
Code:
> Could not resolve all files for configuration ':com.sim.joker:lintClassPath'.
   > Could not find lint-gradle.jar (com.android.tools.lint:lint-gradle:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/lint/lint-gradle/26.4.1/lint-gradle-26.4.1.jar
   > Could not find lint.jar (com.android.tools.lint:lint:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/lint/lint/26.4.1/lint-26.4.1.jar
   > Could not find lint-checks.jar (com.android.tools.lint:lint-checks:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/lint/lint-checks/26.4.1/lint-checks-26.4.1.jar
   > Could not find lint-api.jar (com.android.tools.lint:lint-api:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/lint/lint-api/26.4.1/lint-api-26.4.1.jar
   > Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/external/com-intellij/intellij-core/26.4.1/intellij-core-26.4.1.jar
   > Could not find kotlin-compiler.jar (com.android.tools.external.com-intellij:kotlin-compiler:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/external/com-intellij/kotlin-compiler/26.4.1/kotlin-compiler-26.4.1.jar
   > Could not find uast.jar (com.android.tools.external.org-jetbrains:uast:26.4.1).
     Searched in the following locations:
         https://dl.google.com/dl/android/maven2/com/android/tools/external/org-jetbrains/uast/26.4.1/uast-26.4.1.jar
 

FoxyOfJungle

Kazan Games
Look, it may seem like you tried everything, but I strongly recommend reinstalling the Game Maker Studio 2 and reinstalling the SDK from scratch following exactly this tutorial below on how to configure everything (I did it from scratch and managed to compile it from the first time successfully):

 

curato

Member
yeah most of the time when you get something like this you have the wrong version of something installed with android studio and if it isn't exactly what is said there you almost always have an issue.
 
Top