首页 > 移动平台 > 详细

Android - Exception raised during rendering: java.lang.System.arraycopy

时间:2014-12-09 09:19:49      阅读:292      评论:0      收藏:0      [点我收藏+]

Exception raised during rendering: java.lang.System.arraycopy


本文地址: http://blog.csdn.net/caroline_wendy


Error: Exception raised during rendering: java.lang.System.arraycopy([CI[CII)V
错误导致UI无法显示,原因是Android的SDK使用Level20的可穿戴版本,下载其它的SDK即可。

基本原因是Android SDK的路径选择错误,可以修改SDK路径,
就是把Project Structure中(Command+;),把SDK Location修改至SDK的最新路径。

参考:


The issue is because you are using the API level 20 for wearable devices. You need to download other sdk through the Android SDK Manager.
In Eclipse, open windows->android sdk manager->select Android 4.4.2 and check Android sdk and ARM system image and click install packages
Now you have the API level 19 source code so eclipse will now be able to render the views
Now go to the graphical layout tab of the layout and change the android version from 20 to 19.


Android - Exception raised during rendering: java.lang.System.arraycopy

原文:http://blog.csdn.net/caroline_wendy/article/details/41819403

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!