Error: Android source build in eclipse

前端 未结 3 1528
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-31 21:21

While trying to add android source to eclipse, I am getting the following errors.

Project \'android\' is missing required library: \'out/target/common/obj/J         


        
3条回答
  •  长发绾君心
    2020-12-31 21:54

    You should go to Project -> Properties -> Java Build Path.

    There open tab Libraries.

    In this tab out/target/common/obj/JAVA_LIBRARIES/google-common_intermediates/javalib.jar should be changed to out/target/common/obj/JAVA_LIBRARIES/android-common_intermediates/javalib.jar by selecting javalib.jar from google-common_intermediates, pressing Edit and selecting instead android-common_intermediates.

    Entry with gsf-client_intermediates javalib.jar can be simply deleted.

提交回复
热议问题