将EditText拖动到Activity时出现以下错误:
渲染期间引发异常:java.lang.System.arraycopy([CI [CII] V异常详细信息记录在窗口>显示视图>错误日志中
I have the following error when dragging EditText to Activity:
Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V Exception details are logged in Window > Show View > Error Log
最满意答案
尝试这个,
在新的更新中,4.4W(Android Wear)并不支持EditText,因此最好和最简单的解决方法是删除4.4W。
转到: Window> Android SDK Manager>检查Android 4.4W(API 20)>删除包
也许那时你无法创建一个新项目,所以你回到SDK管理器并下载另一个版本,如4.4.2(API 19)。
Try this,
In the new update come the 4.4W (Android Wear) and he doesnt support EditText, so the best and simple way to solve is deleting 4.4W.
Go to: Window > Android SDK Manager > check Android 4.4W(API 20) > Delete package
Maybe then you can't create a new project, so you back to SDK manager and download another version like 4.4.2(API 19).
将EditText拖动到Activity时出错(Error when dragging EditText to Activity)将EditText拖动到Activity时出现以下错误:
渲染期间引发异常:java.lang.System.arraycopy([CI [CII] V异常详细信息记录在窗口>显示视图>错误日志中
I have the following error when dragging EditText to Activity:
Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V Exception details are logged in Window > Show View > Error Log
最满意答案
尝试这个,
在新的更新中,4.4W(Android Wear)并不支持EditText,因此最好和最简单的解决方法是删除4.4W。
转到: Window> Android SDK Manager>检查Android 4.4W(API 20)>删除包
也许那时你无法创建一个新项目,所以你回到SDK管理器并下载另一个版本,如4.4.2(API 19)。
Try this,
In the new update come the 4.4W (Android Wear) and he doesnt support EditText, so the best and simple way to solve is deleting 4.4W.
Go to: Window > Android SDK Manager > check Android 4.4W(API 20) > Delete package
Maybe then you can't create a new project, so you back to SDK manager and download another version like 4.4.2(API 19).
发布评论