Android Jar libraries

前端 未结 7 518
名媛妹妹
名媛妹妹 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:17

    to create a jar file, you should use the Export option of Eclipse. In the export dialog, choose java, and the suboption JAR. THen a wizard is displayed where you need to make some selections. You need to specify the location where the jar file will be stored.

    An error I made the first time I created a jar file, was to include the Android Manifest. When adding the created jar file, I got a conflict of double android manifest.

提交回复
热议问题