--- core/java/src/net/i2p/util/NativeBigInteger.java.orig	2011-07-29 13:22:39.000000000 +0200
+++ core/java/src/net/i2p/util/NativeBigInteger.java	2011-07-29 13:22:55.000000000 +0200
@@ -526,7 +526,7 @@
             System.loadLibrary(name);
             return true;
         } catch (UnsatisfiedLinkError ule) {
-            if (_isAndroid) {
+            if (!_isAndroid) {
                 // Unfortunately,
                 // this is not interesting on Android, it says "file not found"
                 // on link errors too.
