ADT 22.3 (android 4.4) - getting error “After scene creation, #init() must be called”

為{幸葍}努か 提交于 2019-12-29 12:06:33

问题


After installing the new ADT (22.3.0.v201310242005-887826) which supports Android 4.4 (KitKat), I keep getting the error as shown here:

An internal error has occurred

In the list of errors, I see multiple items of "RenderPreview", and when I click on any of them, I see:

An internal error has occurred. After scene creation, #init() must be called

When testing the new ADT on another computer, I can't see this error appearing there. This is very weird.

Why do I get those errors, and what can I do to fix it?


回答1:


I've created a bug report. Until it gets fixed, set the API version in the UI preview to something lower than 19. The error only shows up for version 19.




回答2:


I have the same experience, but one downgrade to Android 4.3 (Jelly Bean) is for me now only the successful temporary solution.




回答3:


Just scroll down from API 19 to API 18, The Android Image in the Graphical Layout.




回答4:


Temporary solution until Google fixes it:

Workaround: Switch to Android-18 in Graphical Layout (green Android top-right).

Reference: Stack Overflow question How to fix Eclipse ADT Plugin 22.3 / SDK Tools 22.3 with broken properties window?




回答5:


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

Then set the API version in the UI preview to something lower than 19. The error only shows up for version 19.




回答6:


In my view, it is a new bug. May be we need to wait for Google to update it.



来源:https://stackoverflow.com/questions/19751149/adt-22-3-android-4-4-getting-error-after-scene-creation-init-must-be-ca

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!