Eclipse Error Warning When Opening Graphics Layout

Whenever I open a Graphics Layout from an xml file, Eclipse displays an error message as shown below. I had this problem after I installed the SDK for android 4.4 kitkat and updated the SDK tools.

enter image description here

I tried the solutions found on other issues, but they did not solve my problem. Any idea to solve this?

EDIT: Error "Internal error. After creating the scene, #init () must be called."

+6
source share
3 answers

His mistake was reported here.

One of the current solutions is to downgrade your version to 4.3 until this error is fixed.

Decision:
switch to Android 18 in the graphic layout (green Android at the top right).

+7
source

After installing the new ADT (22.3.0.v201310242005-887826) that supports Android 4.4 (kitkat), I got the same error.

Then set the API version in the preview of the user interface to about 19. The error is displayed only to describe the image of version 19.enter here

enter image description here

0
source

If this error still bothers you, the desktop never views layouts on multiple devices at the same time, in the preview menu, select manual preview, it works fine on API 19.

0
source

Source: https://habr.com/ru/post/958185/


All Articles