Search Unity

Unity2018.2.3 call java method crash

Discussion in 'Android' started by dongyiqi, Aug 13, 2018.

  1. dongyiqi

    dongyiqi

    Joined:
    Nov 7, 2017
    Posts:
    11
    when i run the code under the latest unity version 2018.2.3f1 it cause a crash in IL2CPP build.
    AndroidJavaObject mapObj = new AndroidJavaObject("java.util.HashMap");
    mapObj.Call<string>("put", "publicKey", "keyabc");
    But everything goes OK on version 2018.1.3
    Is there anyone who know what's happened or it is a bug of unity engine~
     
  2. Evaldas_Unity

    Evaldas_Unity

    Unity Technologies

    Joined:
    Jun 23, 2016
    Posts:
    86