[ https://issues.apache.org/jira/browse/LUCENE-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410187#comment-13410187 ]
Uwe Schindler commented on LUCENE-4204: --------------------------------------- The above link shows the reason: {quote} The META-INF folder is deliberately excluded from the APK by ApkBuilder; the only comment in ApkBuilder.java is "we need to exclude some other folder (like /META-INF)" but there is no other explanation. {quote} So you have to maybe add the missing resources directly to your APK using the ZIP/JAR ant task after ApkBuilder is finished. > Error with Codec on android > --------------------------- > > Key: LUCENE-4204 > URL: https://issues.apache.org/jira/browse/LUCENE-4204 > Project: Lucene - Java > Issue Type: Bug > Components: core/codecs > Affects Versions: 4.0 > Environment: Android > Reporter: ROULLAND Bruno > Priority: Minor > Labels: error, newbie > Fix For: 3.6 > > > Hello, with the latest version of Lucene 4.0, I have an error : > "Codec with name ‘Lucene40′ does not exist. > You need to add the corresponding JAR file supporting this SPI to > your classpath. The current classpath supports the following names: > []" > Classpath is OK, but the method for initialise Codec don't work. > This error does not append with Lucene 3.6. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org