Closed dpatrongomez closed 5 years ago
Hello dpatrongomez,
Thank you for opening an issue! The "SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"." error message is one that is generated by the "org.eclipse.jgit" dependency. The absence of the given class results in a no-operation (NOP) logger, meaning the output is redirected to the standard output, which is used in AndroidProjectCreator.
It is known (and expected) behaviour and should not cause a problem. If you do run into problems, please re-open this issue!
Thank you for your time!
Kind regards, Max 'Libra' Kersten
Hi, I get this error when I use the command
java -jar ./AndroidProjectCreator.jar -install
Thanks for you work 👍