Good afternoon,

While attempting to add an editText to a layout and then previewing it I 
end up getting the following stack trace (truncated for brevity):

java.lang.NoSuchMethodError: java.lang.System.arraycopy([CI[CII)V
    at 
android.text.SpannableStringBuilder.getChars(SpannableStringBuilder.java:916)
    at android.text.TextUtils.getChars(TextUtils.java:79)
    at android.text.MeasuredText.setPara(MeasuredText.java:106)
    at android.text.StaticLayout.generate(StaticLayout.java:239)
    at android.text.DynamicLayout.reflow(DynamicLayout.java:284)
    at android.text.DynamicLayout.<init>(DynamicLayout.java:170)
    at android.widget.TextView.makeSingleLayout(TextView.java:6134)
    at android.widget.TextView.makeNewLayout(TextView.java:6032)
    at android.widget.TextView.onMeasure(TextView.java:6389)
    at android.view.View.measure(View.java:16648)
    at 
android.widget.GridLayout.measureChildWithMargins2(GridLayout.java:1000)
    at 
android.widget.GridLayout.measureChildrenWithMargins(GridLayout.java:1010)
(Many more messages)

This is the "default" edit text from the toolbox on the left hand side of 
my screen. Has anyone come across this before and know how to fix it?

Thanks,

Marilyn

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to