Android XML error message

后端 未结 4 1694
心在旅途
心在旅途 2021-02-20 14:55

Everytime I open an XML layout file, the following error message displays:

An internal error occurred during: \"Check Android SDK\". java.util.ConcurrentModificati

4条回答
  •  滥情空心
    2021-02-20 15:36

    Check your AndroidManifest.xml and see if the targeted SDK version matches the latest Android SDK Build tool you have downloaded.

    Also check Eclipse under Window -> Preferences -> Android if the Platform is available and if the max API level matches.

提交回复
热议问题