[url]http://www.cnblogs.com/tc310/p/3946267.html[/url]
在布局添加控件手动添加还是拖的添加,添加edittext后布局就不好用,其他控件好用,然后就说下面这段话
Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
Exception details are logged in Window > Show View > Error Log
Check the "Android version to use when rendering layouts" and make sure you're not using a version that ends in "W" for Android Wear (e.g. API 20: Android 4.4W). I don't believe Wear supports EditText.
[img]http://dl2.iteye.com/upload/attachment/0101/5618/ac80e62d-63f8-3e40-8b8a-bea6df2c663e.png[/img]
修改选择不同的API就好了,降低版本即可
在布局添加控件手动添加还是拖的添加,添加edittext后布局就不好用,其他控件好用,然后就说下面这段话
Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
Exception details are logged in Window > Show View > Error Log
Check the "Android version to use when rendering layouts" and make sure you're not using a version that ends in "W" for Android Wear (e.g. API 20: Android 4.4W). I don't believe Wear supports EditText.
[img]http://dl2.iteye.com/upload/attachment/0101/5618/ac80e62d-63f8-3e40-8b8a-bea6df2c663e.png[/img]
修改选择不同的API就好了,降低版本即可
本文解决了一个在特定Android版本中使用EditText导致布局显示异常的问题。通过调整使用的API版本,成功解决了Exception raised during rendering的问题。

被折叠的 条评论
为什么被折叠?



