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:
Hi my problems has solved . I have to add jna-4.2.2.jar into my projects . I have got errors about native libraries in jna.jar . So in this case , in Eclipse , I have to go to Preferences > Android > Build > uncheck "Force error when external jars contain native libraries". Then my problem is solved .