Exception

Welcome! Forums Unity Plugins Precise Locale Exception

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23037
    krou
    Participant

    Hello. Help please with resolving an issue. This exception shows in logcat.

    Error Unity AndroidJavaException: java.lang.ClassNotFoundException: com.kokosoft.preciselocale.PreciseLocale
    Error Unity java.lang.ClassNotFoundException: com.kokosoft.preciselocale.PreciseLocale
    Error Unity 	at java.lang.Class.classForName(Native Method)
    Error Unity 	at java.lang.Class.forName(Class.java:454)
    Error Unity 	at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
    Error Unity 	at com.unity3d.player.UnityPlayer.access$500(Unknown Source:0)
    Error Unity 	at com.unity3d.player.UnityPlayer$e$1.handleMessage(Unknown Source:114)
    Error Unity 	at android.os.Handler.dispatchMessage(Handler.java:102)
    Error Unity 	at android.os.Looper.loopOnce(Looper.java:201)
    Error Unity 	at android.os.Looper.loop(Looper.java:288)
    Error Unity 	at com.unity3d.player.UnityPlayer$e.run(Unknown Source:20)
    Error Unity Caused by: java.lang.ClassNotFoundException: com.kokosoft.preciselocale.PreciseLocale
    Error Unity 	... 9 more
    Error Unity   at UnityEngine.AndroidJNISafe.CheckException () [0x00000] in <00000000000000000000000000000000>:0 
    Error Unity   at UnityEngine.AndroidJNISafe.FindClass (System.String name) [0x00000] in <00000000000000000000000000000000>:0 
    Error Unity   at UnityEngine.AndroidJavaClass._An

    Best regards.

    • This topic was modified 1 month, 1 week ago by krou.
    • This topic was modified 1 month, 1 week ago by krou.
    • This topic was modified 1 month, 1 week ago by krou.
    • This topic was modified 1 month, 1 week ago by krou.
    #23048
    PiotrPiotr
    Keymaster

    I suspect you are using proguard 🙂
    you need to exclude com.kokosoft.preciselocale.* files from it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.