Jump to content

Accidently removed libraries, where to find them?


skruffysdeveloper

Recommended Posts

You need to recreate your IDE project.

 

If you're using Eclipse, re-run

gradlew eclipse

.

 

If you're using IDEA, open build.gradle with it and re-import the project.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Not too sure what's going on there since I don't use Eclipse myself.

 

Try running

gradlew cleanEclipse eclipse

to delete the project and then regenerate it.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

The simple solution would be to start again. Just make sure to backup the src/main folder so your mods source is saved (Just copy it back once everything is setup again).

 

One issue you can have with eclipse is that the commands for gradle don't always clean everything, so you can have a situation where eclipse saves some IDE file which the gradle comands never reset (One example is if you try and copy/paste the whole lot to a different hard drive, eclipse will have saved the old location in some IDE file which is never reset with gradle).

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.