Eclipse Upgrade Not Working

后端 未结 11 787
暗喜
暗喜 2020-12-01 18:31

My Eclipse out of the blue stopped building my Android so I removed the old version and have installed Indigo. When I try to import an Android project in I get this error:<

11条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-01 18:55

    For me, the source of the NullPointerException problem was a host-side Junit test project that references (and tests) code from an Android project. It didn't have a project.properties file. It's not an Android project, but for some reason the newer version of the SDK somehow expects the file there. To fix the problem, I just copied a project.properties file from an Android project to the host unit test project.

提交回复
热议问题