Android Jar libraries

前端 未结 7 545
名媛妹妹
名媛妹妹 2020-12-12 20:23

How do you setup a project that can result in a jar library file that can be used for android? I want to create a custom library across all projects.

Few other quest

7条回答
  •  青春惊慌失措
    2020-12-12 21:05

    If you look in the android.jar file under platforms/android-X.X/android.jar file it does include layout XML items so you should be able to create one as well. I just am not sure on exactly how you do this and how you reference them in the other project.

提交回复
热议问题