include an APK in Android.mk
I'm writing a Android.mk to make a APK-A. and APK-A would use other classes defined in APK-B. I wonder that how should I wrote t开发者_JAVA百科he Android.mk to include APK-B. Which tag should I use? Thanks.
I'd recommend looking into the new library projects feature in the SDK Tools r6, which were released coincidentally with the Android 2.2 SDK. Note that you can use the new tools for pre-2.2 projects as well.
精彩评论