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

前端 未结 5 1769
感情败类
感情败类 2020-12-02 12:15

I have a Strange problem with the new ADT version. I have downloaded the new Eclipse from eclipse.org then I install ADT on it. Everything works fine; I can create a project

5条回答
  •  佛祖请我去吃肉
    2020-12-02 12:42

    this problem happened on API 20 ( Android 4.4 W ) I recently have a problem with that but Problem will be solved by changing Android version to use for rendering level form API 20 ( Android 4.4 W ) to API 19 (Android 4.4.2) ( android icon in top right corner of graphical layout ) or update your SDK to Android L ( API 20 L preview )

    Screen Shot :

    enter image description here

提交回复
热议问题