ThisIsLibra / AndroidProjectCreator

Convert an APK to an Android Studio Project using multiple open-source decompilers
https://maxkersten.nl/projects/androidprojectcreator/
GNU General Public License v3.0
369 stars 72 forks source link

Failed to load class "org.slf4j.impl.StaticLoggerBinder" #5

Closed dpatrongomez closed 5 years ago

dpatrongomez commented 5 years ago

Hi, I get this error when I use the command java -jar ./AndroidProjectCreator.jar -install

Captura

Thanks for you work 👍

ThisIsLibra commented 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