Android how to export jar with resources?

前端 未结 3 1565
一个人的身影
一个人的身影 2020-12-11 07:39

I create an Android project for build my custom widget, and I want to export it as a jar for other project so that reuse them conveniently, but now a problem is, I can\'t us

3条回答
  •  庸人自扰
    2020-12-11 08:13

    You cannot export self-contained Android Library jar at this time and announced will be available in the future SDK release.
    https://developer.android.com/guide/developing/projects/index.html#LibraryProjects

提交回复
热议问题