+1 vote
in I have a screenshot by (4.6k points)

In the layout manually add edittext controls (drag), appears this error, add other controls no problem:

Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
Exception details are logged in Window > Show View > Error Log

1 Answer

0 votes
by (21.2k points)
 
Best answer
Error cause: API Level 
 
API 20:Android 4.4w is the API for Android Official Wearable Devices, it does not support the EditText component.
 
Solution: change the API version to 19 or other in the bulid.gradle.
Welcome to Best solution for PC & Software errors, where you can ask questions and receive answers from other members of the community.
...