exporting a project with a library
I have a project that uses the githup facebook classes. I was wondering h开发者_开发知识库ow i export my app with the facebook class as a library?
is the facebook class an apk? if not you should just use the export function like with every app
if the facebook classes aren't already a library go to the project preferences and then choose the android preferences and tick the checkbox "isLibrary"
If you want simply reuse it, just create a jar and include it to your other projects.
精彩评论