• 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 Project with path ':library' could not be found in project

R

RobotoSkunk

Guest
Since I updated the APK support for GMS 2 I started to get this problem, when I try to export the game to Android I get the error that I will present next. The problem is not the SDK, the NDK or JDK because I reinstalled them to see if it worked and nothing happened. Please someone help me (if I do not speak well it's because my native language is Spanish and not English)

C:\WINDOWS\system32\cmd.exe /c "subst U: "Z:/PixelMan_1125D4B9\Android\default" && U: && cd \com.robotoskunk.pixelman && "X://android/runner\gradle\gradlew" build assembleRelease -x lint "
FAILURE: Build failed with an exception.
* Where:
Build file 'U:\com.RobotoSkunk.PixelMan\build.gradle' line: 44
* What went wrong:
A problem occurred evaluating project ':com.robotoskunk.pixelman'.
> Project with path ':library' could not be found in project ':com.robotoskunk.pixelman'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 2.877 secs
C:\WINDOWS\system32\cmd.exe DONE (1)
C:\WINDOWS\system32\subst.exe /d U:
C:\WINDOWS\system32\subst.exe DONE (0)
System.Exception: Build Failed
en ..(YYDictionary`2 , String , String , Boolean , String )
en Igor.AndroidBuilder.Deploy(Boolean _exe)
en Igor.AndroidBuilder.Run()
Igor complete.
"cmd" /c subst Z: /d
elapsed time 00:00:17.2598717s for command "C:\ProgramData/GameMakerStudio2/Cache/runtimes\runtime-2.1.5.246/bin/Igor.exe" -options="C:\Users\Alex\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -- Android Run started at 12/27/2018 01:42:40
elapsed time 00:00:00.0496905s for command "cmd" /c subst Z: /d started at 12/27/2018 01:42:57
"cmd" /c subst Y: /d
elapsed time 00:00:00.0501389s for command "cmd" /c subst Y: /d started at 12/27/2018 01:42:57
"cmd" /c subst X: /d
elapsed time 00:00:00.0602023s for command "cmd" /c subst X: /d started at 12/27/2018 01:42:58
---------- STOPPING ----------
FAILED: Run Program Complete
 
Top