android - How can I use a project source code as a library for an another project? -


i beginer in android.my client gave me project source code(using native libraries) refference.is there possibilities use these source code library android project? if possible,how can access methods of these library file? 1 please me..

import project work space. right click on project in eclipse. goto properties. choose android. check if library chexk box ticked. if not tick same. library project now.

to refer library project in android project.

right click on project in eclipse. goto properties. choose android. click add. browse library project , add same.

clean , build.

for more information check link

http://developer.android.com/tools/projects/projects-eclipse.html

information regarding library project

http://developer.android.com/tools/projects/index.html


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -