jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 872 forks source link

Cannot compile on Android #960

Open Joseph82 opened 4 years ago

Joseph82 commented 4 years ago

Cannot compile on Android. This is the error I get:

Error: Method name '%%%verify$mapdb' in class 'org.mapdb.DB$Maker' cannot be represented in dex format.

Any idea?

TitanKing commented 4 years ago

Did you manage to solved issue? Having the same issue.

binarynoise commented 3 years ago

Having the same issue too