Specifying Android project dependencies (in Eclipse)

前端 未结 5 807
一整个雨季
一整个雨季 2020-12-25 13:38

I have two Android projects, a \'library project\' containing a custom layout, and an \'application project\' containing an application which uses the layout.

Everyt

5条回答
  •  醉酒成梦
    2020-12-25 14:05

    Export your library project as a JAR and reference it in your application project's "Java Build Path" as a JAR.

提交回复
热议问题