0

So I am trying to run a desktop libgdx project from android studio. But I am getting this.

12:52:42 AM: Executing external task 'desktop:run'...

FAILURE: Build failed with an exception.

* What went wrong:
Project directory '' does not exist.

* 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: 0.074 secs
Project directory '' does not exist.
12:52:42 AM: External task execution finished 'desktop:run'.

Anyone knows what went wrong and what I can do about this to get it run?

tipsywacky
  • 3,374
  • 5
  • 43
  • 75
  • 1
    So did you run it with --stacktrace --info and --debug? http://stackoverflow.com/questions/21674091/how-to-add-stacktrace-or-debug-option-when-building-android-studio-project – Madmenyo Feb 06 '16 at 17:34
  • I just tried it and put --stacktrace --debug in the command line options and hit apply. However, it didn't run anything for me to trace. What am I suppose to do next? – tipsywacky Feb 06 '16 at 18:49
  • Perhaps it has to do with a faulty run configuration? Did you follow the steps [here](https://github.com/libgdx/libgdx/wiki/Gradle-and-Intellij-IDEA#running-your-project)? – asherbret Feb 07 '16 at 16:46

0 Answers0