Reputation: 5511
In my osmdroid project, the error below is what used to happen when I was missing the library slf4j-android-1.5.8.jar
java.lang.NoClassDefFoundError: org.slf4j.LoggerFactory
I added that library, and the app runs perfect the first time. But when I close the app and re-open it, I again get the error on start-up.
I have to reinstall the app every time I want the app to open successfully.
Edit: I now have the android specific version of slf4j, but that does not seem to fix the issue
Upvotes: 0
Views: 285