I have try to change INT in 'jeremyfeinstein slidingmenu lib'
with
but get this error
java.lang.IllegalAccessException: field is marked 'final'
Is there any other way to change public static final int?
B4X:
public static final int SLIDING_CONTENT = 0;
B4X:
Dim jo As JavaObject = sm
Log(jo.GetField ("SLIDING_CONTENT")) 'return 1
jo.SetField ("SLIDING_CONTENT",0)
java.lang.IllegalAccessException: field is marked 'final'
Is there any other way to change public static final int?
Last edited: