• 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 Can't compile for android.Can't find error report neither

Carloskhard

Member
So I'm trying to run my program for android in GM2 and the output is the following:

Code:
Wrote HTML report to file:///W:/com.CskHard.Sideral/build/outputs/lint-results-debug.html
Wrote XML report to file:///W:/com.CskHard.Sideral/build/outputs/lint-results-debug.xml
:com.CskHard.Sideral:lint FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.CskHard.Sideral:lint'.
> Lint found errors in the project; aborting build.

Fix the issues identified by lint, or add the following to your build script to proceed with errors:
...
android {
    lintOptions {
        abortOnError false
    }
}
...

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
So I wanted to see what was the problem but I can't acces the error report since the directiory that is shown doesn't exist... (Wrote XML report to file:///W:/com.CskHard.Sideral/build/outputs/lint-results-debug.xml)

What can I do? Whats that strange directory?
 

Carloskhard

Member
Okay, I found the route to the lint report in the following directoy:
C:\Users\*USER*\AppData\Roaming\GameMakerStudio2\Cache\GMS2CACHE*Proyectname*_pr_A70CEAAB_4D8D9024\Android\default\com.CskHard.Sideral\build\outputs
Eitherway I'd like to know why the directory in the output was showing me that strange directory "W"
 
Top