• 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 I pay the person who can help me compile my game to android ...

R

Rodolfo777

Guest
It's simple, I pay someone who can help me compile my game on android by Pay Pal.
The problem is the following:

When I try to open it normal it gives me this error:
GML:
C:\Windows\system32\cmd.exe /c "subst W: "Z:/Dead_Hero_32C14CD8\Android\default" && W: && cd \com.superpixels.deadherogold && "X://android/runner\gradle\gradlew" build  assembleRelease  -x lint  "

FAILURE: Build failed with an exception.

* What went wrong:

Could not set process working directory to 'W:\com.superpixels.deadherogold': could not set current directory (errno 3)

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

C:\Windows\system32\cmd.exe DONE (1)

C:\Windows\system32\subst.exe /d W:

C:\Windows\system32\subst.exe DONE (0)

Error : Build Failed

Igor complete.

elapsed time 00:02:25.6048339s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.2.5.378/bin/Igor.exe" -j=8 -options="C:\Users\CASA\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -v -- Android Package started at 07/12/2020 14:25:39

"cmd"  /c subst Z: /d

elapsed time 00:00:00.4117009s for command "cmd" /c subst Z: /d started at 07/12/2020 14:28:04

"cmd"  /c subst Y: /d

elapsed time 00:00:00.0520332s for command "cmd" /c subst Y: /d started at 07/12/2020 14:28:05

"cmd"  /c subst X: /d

elapsed time 00:00:00.0510336s for command "cmd" /c subst X: /d started at 07/12/2020 14:28:05

FAILED: Package Program Complete

For the details of why this build failed, please review the whole log above and also see your Compile Errors window.
When I run it as administrator it gives me these errors while compiling:
Code:
> Task :com.superpixels.deadherogold:processDebugManifest

W:\com.superpixels.deadherogold\src\main\AndroidManifest.xml:27:3-75:17 Warning:

    application@android:label was tagged at AndroidManifest.xml:27 to replace other declarations but no other declaration presentW:\com.superpixels.deadherogold\src\main\AndroidManifest.xml:28:5-37:16 Warning:

    activity#com.superpixels.deadherogold.RunnerActivity@android:label was tagged at AndroidManifest.xml:28 to replace other declarations but no other declaration present
Después mas adelante este error:
Code:
> Task :com.superpixels.deadherogold:compileReleaseJavaWithJavac

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.
And when it finishes compiling it gives these errors:
Code:
> Task :com.superpixels.deadherogold:processReleaseJavaRes NO-SOURCE
> Task :com.superpixels.deadherogold:transformResourcesWithMergeJavaResForRelease
> Task :com.superpixels.deadherogold:packageRelease FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.superpixels.deadherogold:packageRelease'.
> 1 exception was raised by workers:
  java.lang.RuntimeException: com.android.ide.common.signing.KeytoolException: Failed to read key dead hero gold from store "C:\Users\CASA\Desktop\Dead Hero Gold.keystore": Keystore was tampered with, or password was incorrect


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

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5m 6s
52 actionable tasks: 52 executed


C:\Windows\system32\cmd.exe DONE (1)
C:\Windows\system32\subst.exe /d W:


C:\Windows\system32\subst.exe DONE (0)
Error : Build Failed
Igor complete.
These are the versions I use:

IDE v2.2.5.481
Runtime v2.2.5.378
Api 28
Minimum SDK 16
Support library 28.0.0
Construction tools 28.0.3
Android studio 3.2.1
ndk 18.1.5063045

since updating to gms 2 2.2.5 it does not compile me to android but to Windows it does it well :(
Pd: I am a español and this is traslate with Google 🙂
 

Amon

Member
Try generating a brand new keystore for it and see if it works.

The following line from the last output you posted tells you why it failed.

GML:
java.lang.RuntimeException: com.android.ide.common.signing.KeytoolException: Failed to read key dead hero gold from store "C:\Users\CASA\Desktop\Dead Hero Gold.keystore"
: Keystore was tampered with, or password was incorrect
 
R

Rodolfo777

Guest
Try generating a brand new keystore for it and see if it works.

The following line from the last output you posted tells you why it failed.

GML:
java.lang.RuntimeException: com.android.ide.common.signing.KeytoolException: Failed to read key dead hero gold from store "C:\Users\CASA\Desktop\Dead Hero Gold.keystore"
: Keystore was tampered with, or password was incorrect
Even so, it gives me that error and I've tried to create a keystore with different aliases and passwords, but it keeps giving the same error, it's funny why before, when I created a keystore with a newer version of Android Studio (v4.1) it gave me this warning:
GML:
El almacén de claves JKS utiliza un formato propietario. Se recomienda migrar a PKCS12, que es un formato estándar del sector que utiliza "keytool -importkeystore -srckeystore C:\Users\PC\escritorio\Proyectos_Android_Studio\keystore\HilosAppKey.jks -destkeystore C:\Users\PC\escritorio\Proyectos_Android_Studio\keystore\HilosAppKey.jks -deststoretype pkcs12
It stopped showing when I switched to v3.2.1
 
R

Rodolfo777

Guest
I used the default JDK from Android studio, which is located in the "jre" folder.
I will try what you say....
 

Amon

Member
I used the default JDK from Android studio, which is located in the "jre" folder.
I will try what you say....
Yes, that is actually the wrong version to use, the one that comes with Android Studio. Install the one I linked to, update the locations in your preferences and then we can see if things work out or not. If they work out then happy android coding, if they don't then we will dig further for a solution. :)
 
R

Rodolfo777

Guest
Despite following all your recommendations it still gives me the same error, only now when I try to create a key to store my sale this warning:
GML:
Warning:
El almac?n de claves JKS utiliza un formato propietario. Se recomienda migrar a PKCS12, que es un formato est?ndar del sector que utiliza "keytool -importkeystore -srckeystore C:\Users\CASA\Desktop\DEAD HERO\DeadHero.keystore -destkeystore C:\Users\CASA\Desktop\DEAD HERO\DeadHero.keystore -deststoretype pkcs12".
elapsed time 00:00:00.6541744s for command "C:\Program Files\Java\jdk1.8.0_251\bin/keytool.exe" -exportcert -keystore "C:\Users\CASA\Desktop\DEAD HERO\DeadHero.keystore" -alias "DeadHeroGold" -storepass "estrada321" -list -v  started at 07/13/2020 01:09:40
That same warning gave me when I create a key store with the latest Android studio version.

And now they don't give me those errors that they gave me at the beginning of "API deprecated" and "declarations but others"

I know this is a misconfiguration error because I already tried it on another computer

What am I doing wrong to keep everything up to date? Except libraries with reread, or is it not related?
Code:
> Task :com.superpixels.deadherogold:preBuild UP-TO-DATE
> Task :com.superpixels.deadherogold:preDebugBuild UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugAidl NO-SOURCE
> Task :com.superpixels.deadherogold:checkDebugManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugBuildConfig UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugRenderscript NO-SOURCE
> Task :com.superpixels.deadherogold:prepareLintJar UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugSources UP-TO-DATE
> Task :com.superpixels.deadherogold:javaPreCompileDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:mainApkListPersistenceDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugResValues UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugResources UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugResources UP-TO-DATE
> Task :com.superpixels.deadherogold:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :com.superpixels.deadherogold:processDebugManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:processDebugResources UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugJavaWithJavac UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugSources UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugAssets UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugAssets
> Task :com.superpixels.deadherogold:validateSigningDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:signingConfigWriterDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:checkDebugDuplicateClasses UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithDexBuilderForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithMultidexlistForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDexDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugJniLibFolders UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithStripDebugSymbolForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:processDebugJavaRes NO-SOURCE
> Task :com.superpixels.deadherogold:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:packageDebug
> Task :com.superpixels.deadherogold:assembleDebug
> Task :com.superpixels.deadherogold:preReleaseBuild UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseAidl NO-SOURCE
> Task :com.superpixels.deadherogold:compileReleaseRenderscript NO-SOURCE
> Task :com.superpixels.deadherogold:checkReleaseManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseBuildConfig UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseSources UP-TO-DATE
> Task :com.superpixels.deadherogold:javaPreCompileRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mainApkListPersistenceRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseResValues UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseResources UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseResources UP-TO-DATE
> Task :com.superpixels.deadherogold:createReleaseCompatibleScreenManifests UP-TO-DATE
> Task :com.superpixels.deadherogold:processReleaseManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:processReleaseResources UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseJavaWithJavac UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseSources UP-TO-DATE
> Task :com.superpixels.deadherogold:lintVitalRelease
> Task :com.superpixels.deadherogold:checkReleaseDuplicateClasses UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithDexBuilderForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithMultidexlistForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDexRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseAssets UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseAssets
> Task :com.superpixels.deadherogold:validateSigningRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:signingConfigWriterRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseJniLibFolders UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithStripDebugSymbolForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:processReleaseJavaRes NO-SOURCE
> Task :com.superpixels.deadherogold:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:packageRelease FAILED
 
R

Rodolfo777

Guest
What JDK version are you using?

Install this one and try again.


Also, try saving your keystore somewhere that is not the desktop and preferably with no spaces in the names of the directory structure.
Despite following all your recommendations it still gives me the same error, only now when I try to create a key to store my sale this warning:
GML:
Warning:

El almac?n de claves JKS utiliza un formato propietario. Se recomienda migrar a PKCS12, que es un formato est?ndar del sector que utiliza "keytool -importkeystore -srckeystore C:\Users\CASA\Desktop\DEAD HERO\DeadHero.keystore -destkeystore C:\Users\CASA\Desktop\DEAD HERO\DeadHero.keystore -deststoretype pkcs12".

elapsed time 00:00:00.6541744s for command "C:\Program Files\Java\jdk1.8.0_251\bin/keytool.exe" -exportcert -keystore "C:\Users\CASA\Desktop\DEAD HERO\DeadHero.keystore" -alias "DeadHeroGold" -storepass "estrada321" -list -v  started at 07/13/2020 01:09:40
That same warning gave me when I create a key store with the latest Android studio version.

And now they don't give me those errors that they gave me at the beginning of "API deprecated" and "declarations but others"

I know this is a misconfiguration error because I already tried it on another computer

What am I doing wrong to keep everything up to date? Except libraries with reread, or is it not related?
Code:
I know this is a misconfiguration error because I already tried it on another computer

What am I doing wrong to keep everything up to date? Except libraries with reread, or is it not related?
Code:
> Task :com.superpixels.deadherogold:preBuild UP-TO-DATE
> Task :com.superpixels.deadherogold:preDebugBuild UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugAidl NO-SOURCE
> Task :com.superpixels.deadherogold:checkDebugManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugBuildConfig UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugRenderscript NO-SOURCE
> Task :com.superpixels.deadherogold:prepareLintJar UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugSources UP-TO-DATE
> Task :com.superpixels.deadherogold:javaPreCompileDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:mainApkListPersistenceDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugResValues UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugResources UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugResources UP-TO-DATE
> Task :com.superpixels.deadherogold:createDebugCompatibleScreenManifests UP-TO-DATE
> Task :com.superpixels.deadherogold:processDebugManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:processDebugResources UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugJavaWithJavac UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugSources UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:compileDebugShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:generateDebugAssets UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugAssets
> Task :com.superpixels.deadherogold:validateSigningDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:signingConfigWriterDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:checkDebugDuplicateClasses UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithDexBuilderForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithMultidexlistForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDexDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDebugJniLibFolders UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithMergeJniLibsForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithStripDebugSymbolForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:processDebugJavaRes NO-SOURCE
> Task :com.superpixels.deadherogold:transformResourcesWithMergeJavaResForDebug UP-TO-DATE
> Task :com.superpixels.deadherogold:packageDebug
> Task :com.superpixels.deadherogold:assembleDebug
> Task :com.superpixels.deadherogold:preReleaseBuild UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseAidl NO-SOURCE
> Task :com.superpixels.deadherogold:compileReleaseRenderscript NO-SOURCE
> Task :com.superpixels.deadherogold:checkReleaseManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseBuildConfig UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseSources UP-TO-DATE
> Task :com.superpixels.deadherogold:javaPreCompileRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mainApkListPersistenceRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseResValues UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseResources UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseResources UP-TO-DATE
> Task :com.superpixels.deadherogold:createReleaseCompatibleScreenManifests UP-TO-DATE
> Task :com.superpixels.deadherogold:processReleaseManifest UP-TO-DATE
> Task :com.superpixels.deadherogold:processReleaseResources UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseJavaWithJavac UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseSources UP-TO-DATE
> Task :com.superpixels.deadherogold:lintVitalRelease
> Task :com.superpixels.deadherogold:checkReleaseDuplicateClasses UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithDexBuilderForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:transformClassesWithMultidexlistForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeDexRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:compileReleaseShaders UP-TO-DATE
> Task :com.superpixels.deadherogold:generateReleaseAssets UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseAssets
> Task :com.superpixels.deadherogold:validateSigningRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:signingConfigWriterRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:mergeReleaseJniLibFolders UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:transformNativeLibsWithStripDebugSymbolForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:processReleaseJavaRes NO-SOURCE
> Task :com.superpixels.deadherogold:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
> Task :com.superpixels.deadherogold:packageRelease FAILED
 

Amon

Member
Ok, I'm at a loss as what to do. Have you tried storing the keystore somewhere else other than the desktop? Have you cleaned the GMS2 IDE Cache etc? Try cleaning the project also so you can get a fresh build.
 
R

Rodolfo777

Guest
I have tried almost everything. I have tried to store the keystore in another folder, I have tried to clear the cache, I have tried to reinstall the runtime as well as reinstall game maker and android studio but everything gives the same error.
I know it's not my game because I created an empty project and tried to export it and it didn't work either.
What settings do you use for the android module?
Ok, I'm at a loss as what to do. Have you tried storing the keystore somewhere else other than the desktop? Have you cleaned the GMS2 IDE Cache etc? Try cleaning the project also so you can get a fresh build.
 

JnrBrain

Member
I have tried almost everything. I have tried to store the keystore in another folder, I have tried to clear the cache, I have tried to reinstall the runtime as well as reinstall game maker and android studio but everything gives the same error.
I know it's not my game because I created an empty project and tried to export it and it didn't work either.
What settings do you use for the android module?
Do you use Extensions? And can u send your application tags?
 
R

Rodolfo777

Guest
No, I don't use any extensions.
Try exporting from game maker studio 1 and if it worked but only with api 25 because I only have downloaded android support repository v4 25.3.1 and other inferior verifications and game maker studio 2 won't let me because it omits that number, how can I download v4 28.0.0?
 
R

Rodolfo777

Guest
The configuration that works in game maker studio 1 was:
Api 25
Min sdk 16
build tools 25.0.3
Support library 25.3.1
Android studio jdk 3.2.1
Ndk 18.1.5063045

Try that same configuration on gms 2 and it didn't work.
And try this but it didn't work either:
Api 29
Min sdk 16
build tools 29.0.3
Support library 28.0.0
Android studio jdk 4.1
Ndk 21.0.6352462

What can I try now?
This situation is really frustrating :(
 

gkri

Member
Annotation 2020-07-18 234823.jpg
Additionally,
ndk 20.1.5948944
Android studio 3.5

Here are mine, just in case that could be helpful...
 
R

Rodolfo777

Guest
View attachment 32823
Additionally,
ndk 20.1.5948944
Android studio 3.5

Here are mine, just in case that could be helpful...
Hi.
Thanks, I think that if it will help me, I just realized that I use I have the data in different fields, I explain where it says
Build tools I have the data from the support library and vice versa. I'm going to test your configuration ...
 

chirpy

Member
Please look for first and foremost "what went wrong", "exception" or "error" in your full compile log, and safely ignore all "warning"s before you resolved all these exceptions.
You'd need to know what you replaced, and check the log to see whether it fixed an exception or not. Otherwise you may be going wrong directions.
 

JnrBrain

Member
No, I don't use any extensions.
Try exporting from game maker studio 1 and if it worked but only with api 25 because I only have downloaded android support repository v4 25.3.1 and other inferior verifications and game maker studio 2 won't let me because it omits that number, how can I download v4 28.0.0?
I guess problem in "XML" codes in gms2. You can find them in application tags or permissions. It can be :?
 
Y

Yoshua Rameli

Guest
Hi guys, the same error happens to my project
GML:
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':com.yoshua.memorygame:packageRelease'.
> 1 exception was raised by workers:
  java.lang.RuntimeException: java.lang.RuntimeException: com.android.ide.common.signing.KeytoolException: Failed to read key Shiny from store "C:\Users\yoshu\OneDrive\Documentos\GameMakerStudio2\Orygon\Orygon.keystore": Keystore was tampered with, or password was incorrect


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

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 7s
50 actionable tasks: 50 executed


C:\WINDOWS\system32\cmd.exe DONE (1)
C:\WINDOWS\system32\subst.exe /d V:


C:\WINDOWS\system32\subst.exe DONE (0)
Error : Build Failed
Igor complete.
 

gkri

Member
"C:\Users\yoshu\OneDrive\Documentos\GameMakerStudio2\Orygon\Orygon.keystore"
Try to avoid long paths. Windows has certain limitations that might cause compilation to fail. Same applies to your SDK and android studio paths

Additionally check your keystore and its password, and if it's necessary try to compile with a new one...
 
Top