java.lang.ExceptionInInitializerError in Android

前端 未结 5 971

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:



        
5条回答
  •  庸人自扰
    2021-01-18 04:12

    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.

提交回复
热议问题