unable to get system library for the project on eclipse ide

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

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

9条回答
  •  闹比i
    闹比i (楼主)
    2021-01-30 17:15

    I had the same problem. Try

    1. Right click on your project
    2. Go to properties
    3. Click the Android section
    4. Select a different target api (assuming one is already selected, as mine was - otherwise, select the one you want and jump to step 9)
    5. Click OK
    6. Do steps 1-3 again
    7. Select your original target api
    8. Click OK
    9. Clean and build your project

    Worked for me, anyway.

    Derived the solution from: "Unable to get system library for project" after I upgraded to Android SDK 2.3 and ADT 8.0

提交回复
热议问题