Create an Android Jar library for distribution

后端 未结 11 1373
眼角桃花
眼角桃花 2020-11-27 09:21

I know of Android Library projects, which allow you to create a shared-source project that can be pulled into Android Applications as needed. However, that requires that sou

11条回答
  •  我在风中等你
    2020-11-27 09:52

    In our project, we are creating apk (using apkbuilder) which is installed in /system/framework and added this apk in default classpath. For compilation of applications using the jar, we are creating a jar file (using jar c).

    Note: We don't have any resources in the library.

提交回复
热议问题