error while opening eclipse

后端 未结 9 798
感动是毒
感动是毒 2021-01-13 21:01

When I try opening eclipse it opens, but it shows one error i.e Android SDK content Loader has encountered a problem.parseSdkContent failed

<
9条回答
  •  [愿得一人]
    2021-01-13 21:29

    It seems Android throws these usual BS problems "Android Content SDK Loader..." and "R cannot be resolved ..." often when there are simple coding errors in String XML or Manifest.

    I just happen to have my XML in string name="city-state-zip" while there should'nt be any special characters in the name. But I only found it when Android finally pointed me to this error through gen/package/R.java file

提交回复
热议问题