[slf4j-user] Problem with SLF4J and Android

2009-07-02 Thread Max Braun
Hi, I'm trying to get Sesame to run on Android. There seems to be a problem with SLF4J, which is used by Sesame, resulting in the following error: E/ActivityThread( 724): Failed to find provider info for com.google.settings I/dalvikvm( 724): DexOpt: access denied from

Re: [slf4j-user] Problem with SLF4J and Android

2009-07-02 Thread Max Braun
and slf4j-jdk14-1.5.8.jar is not very clear. See also http://slf4j.org/faq.html#compatibility http://slf4j.org/faq.html#IllegalAccessError http://slf4j.org/manual.html BR Max Braun wrote: Hi, I'm trying to get Sesame to run on Android. There seems to be a problem with SLF4J, which is used

Re: [slf4j-user] Problem with SLF4J and Android

2009-07-03 Thread Max Braun
under Android? openrdf-sesame is quite big... Max Braun wrote: Sorry, I meant slf4j-api-1.5.8.jar and slf4j-jdk14-1.5.8.jar of course. It shouldn't have anything to do with differing versions then, right? Max Am 02.07.2009 um 18:47 schrieb Ceki Gulcu: Hello Max, Which version of slf4j-api

Re: [slf4j-user] Problem with SLF4J and Android

2009-07-03 Thread Max Braun
{ public static void main(String[] args) { Logger logger = LoggerFactory.getLogger(Main.class); logger.debug(hello Android); } } and see if it runs under Android. Max Braun wrote: Sure, what do you want me to try? Am 02.07.2009 um 19:47 schrieb Ceki Gulcu: I went and downloaded openrdf

Re: [slf4j-user] Problem with SLF4J and Android

2009-07-11 Thread Max Braun
Does someone have an idea where I could go from here? Am 03.07.2009 um 15:27 schrieb Max Braun: I put your code in a basic Android project using slf4j-api-1.5.6.jar and slf4j-jdk14-1.5.6.jar from openrdf-sesame-2.3-pr1-sdk.zip. The error is the same that I got before: I/dalvikvm( 715