How to create apklib for a project in android
I have a question t开发者_JS百科hat I want to make an apklib file for an facebook sdk. But I don't know how to create that but I need to use Facebook Sdk via Maven Repository, how this can be achieved? Please help me out about this problem.
If you are familiar with Maven and want to use it, maven-android-plugin has a sample project you can start with, check out LibraryProjects at here, you need download the 2.9.0-beta one.
精彩评论