Using an Android library project Activity within another project

前端 未结 8 1400
余生分开走
余生分开走 2020-11-30 01:37

I have an Android library project that I would like to use from within another Android project.

The library has a Activity declared in its AndroidManifest. When I t

8条回答
  •  情话喂你
    2020-11-30 02:15

    I am aware that the question is quite old but I think this might help people like me that came up with the same problem.

    Using Eclipse, the best way to share code and activities among libraries is probably the one that can be found in the android documentation here:

    Managing Projects from Eclipse with ADT

提交回复
热议问题