I\'m trying to create an Android Application that can verify a face But when I try to run my app on my emulator (using Eclipse), I have this result in my logcat:
If I'm reading this right it can't find a library for Java Native Access Platform
in Eclipse in your project properties check the libraries for JNA Platform
java.lang.ClassNotFoundException: com.sun.jna.Platform
It's been a few years since I have used eclipse.