How to create your own library for Android development to be used in every program you write?

后端 未结 5 1390
Happy的楠姐
Happy的楠姐 2020-11-28 02:37

I am a Delphi programmer and have written, over the years, hundreds of classes and routines which I can use in every Delphi program I write.

This library

5条回答
  •  醉话见心
    2020-11-28 03:33

    Convert all of your class in Java and make a jar file. Use this jar in your android project by copying in libs/ folder and then adding in to build path. Make a clean of project and then run it.

提交回复
热议问题