How to use java libraries from /lib directory of my app in AOSP?
Currently I have built my app in eclipse so i had my libraries in /lib directory of my app but after including source code in AOSP, it is giving error, I think I need to add the entry of the libraries in /lib in my Android.mk file, but how?
I dont know what entry need to be made... any suggestions?