• 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 Path 'library' error when exporting to android

Josepho

Member
Hi im trying to compile my game for android and im getting this messages

DoIcon
C:\WINDOWS\system32\cmd.exe /c "subst W: "Z:/rpgPuzzleF_E0B43DA5_AF73948C\Android\default" && W: && cd "com.questtracers.soulmaster" && "X:/Android\runner\gradle\gradlew" build assembleRelease -x lint "
Starting a Gradle Daemon, 1 busy and 1 incompatible and 1 stopped Daemons could not be reused, use --status for details

> Configure project :allib
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

> Configure project :com.questtracers.soulmaster
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

FAILURE: Build failed with an exception.

* Where:
Build file 'W:\com.questtracers.soulmaster\build.gradle' line: 59

* What went wrong:
A problem occurred evaluating project ':com.questtracers.soulmaster'.
> Project with path ':library' could not be found in project ':com.questtracers.soulmaster'.

* 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.


Anyone knows what is the problem???
 
Top