V Vincenzo Member Licensed User Longtime User May 5, 2013 #1 Hello, I was trying to access the following fields of the static class Build.VERSION (): RELEASE SDK_INT but without success. Can you help me? I can access the class Build without problems but I can not have the information of Build.VERSION (). Code and error : Dim r As Reflector Log ("info ..." & r.GetStaticField ("android.os.Build.VERSION", "RELEASE")) java.lang.ClassCastException: java.lang.NoClassDefFoundError cannot be cast to java.lang.Exception Last edited: May 5, 2013
Hello, I was trying to access the following fields of the static class Build.VERSION (): RELEASE SDK_INT but without success. Can you help me? I can access the class Build without problems but I can not have the information of Build.VERSION (). Code and error : Dim r As Reflector Log ("info ..." & r.GetStaticField ("android.os.Build.VERSION", "RELEASE")) java.lang.ClassCastException: java.lang.NoClassDefFoundError cannot be cast to java.lang.Exception
V Vincenzo Member Licensed User Longtime User May 6, 2013 #3 works thanks, I did not know to use the "$" character. Upvote 0