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

前端 未结 5 1759
感情败类
感情败类 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:45

    Android Wear is a wrist watch and you cannot type anything in it so you cannot use EditText on 4.4W. Change the API to 19 or less or change it to 4.4L which can be downloaded from SDK Manager. This is not a bug.

提交回复
热议问题