tags:

views:

30

answers:

1

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 the Android.mk to include APK-B. Which tag should I use? Thanks.

A: 

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.

Roman Nurik