unable to get system library for the project on eclipse ide

后端 未结 9 1311
生来不讨喜
生来不讨喜 2021-01-30 16:26

\"enterI was working on an android tutorial and it wanted me to import the library from another

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 17:20

    For me the project.properties file was missing (it was code from a repo I checked out). So I just created one with this line:

    target=android-20
    

    After that, Erhannis' solution worked for me.

提交回复
热议问题