LibGDX add android to project

When I created this project, I only created it for Desktop. Is there a way to add the necessary android build files to the project, so the project has Core, Desktop, and Android? Or do I just have to make a new project?

Pretty sure it would come down to:

  • Create a new project, copy your sources and assets over the to the new project.
  • Create a new project, copy the generated android config over to the old project (+ edit some other config files manually)

They want you to use their setup app: https://github.com/libgdx/libgdx/wiki/Project-Setup-Gradle#additional-reading-on-libgdx-projects

Ok thanks man, I’ll give it a try.