mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-16 21:10:57 +08:00
The getParameterCount is only available since API level 26. Using a patched MaxMind-DB-Reader-java to avoid crashing. https://developer.android.com/reference/java/lang/reflect/Method#getParameterCount() java.lang.NoSuchMethodError: No virtual method getParameterCount()I in class Ljava/lang/reflect/Constructor; or its super classes (declaration of 'java.lang.reflect.Constructor' appears in /system/framework/core-oj.jar) at com.maxmind.db.Decoder.decodeMapIntoObject(Decoder.java:397) at com.maxmind.db.Decoder.decodeMap(Decoder.java:342) at com.maxmind.db.Decoder.decodeByType(Decoder.java:162) at com.maxmind.db.Decoder.decode(Decoder.java:151) at com.maxmind.db.Decoder.decode(Decoder.java:76) at com.maxmind.db.Reader.<init>(Reader.java:133) at com.maxmind.db.Reader.<init>(Reader.java:90) at com.emanuelef.remote_capture.Geolocation.openDb(Geolocation.java:67) |
||
|---|---|---|
| .. | ||
| libpcap@c7642e2cc0 | ||
| MaxMind-DB-Reader-java@778acb6fc0 | ||
| nDPI@21b4b8bc22 | ||
| res@64a2e49b6a | ||
| zdtun@2c2f8febb7 | ||