Error: Android source build in eclipse

前端 未结 3 1538
爱一瞬间的悲伤
爱一瞬间的悲伤 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条回答
  •  萌比男神i
    2020-12-31 21:42

    I would not recommend using eclipse for android source. Android is not a single project and it too big for an IDE like eclipse to handle.

    Use simpler plain text editors like vim, emacs to browse the code

提交回复
热议问题