no longer manually loas lib xml on Android

This commit is contained in:
Jehan Monnier 2013-04-10 17:35:51 +02:00
parent b90e57d4c8
commit edf037fa37

View file

@ -61,8 +61,9 @@ public class Xml2Lpc {
// Load library
static {
try {
System.loadLibrary("xml2");
try {
new Xml2Lpc();
//System.loadLibrary("xml2");
//System.loadLibrary("xml2lpc");
mAvailable = true;
} catch (Throwable e) {