We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:
JNI DETECTED ERROR IN APPLICATION: attempt to set field float android.widget.LinearLayout$LayoutParams.weight with value of wrong type: J
Repro:
var lParams = new android.widget.LinearLayout.LayoutParams(android.widget.LinearLayout.LayoutParams.MATCH_PARENT, android.widget.LinearLayout.LayoutParams.MATCH_PARENT); lParams.weight = 1.1;
The text was updated successfully, but these errors were encountered:
bug fix for issue #148
6eef901
slavchev
No branches or pull requests
Error:
JNI DETECTED ERROR IN APPLICATION: attempt to set field float android.widget.LinearLayout$LayoutParams.weight with value of wrong type: J
Repro:
The text was updated successfully, but these errors were encountered: