shared libraries - How android apps use library made by user? -


i reading 1 of articles on internet , saying he'll make library apps can use it. how possible? ideas?

to add libraries project, in eclipse package manager right click on project select 'properties' on left select 'java build path' click on libraries tab toward top. click 'add external jars' button navigate jarfile , select it. ready import , use whatever inside of in project. recommend add libs folder project , keep of jar files used in project inside there if distribute project source else have of needed libraries compile it.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -