I have a 2 prebuilt libFOO.so libraries for android. I have copied them on:
Projectfolder/lib/armeabi/libFOO.so
Projectfolder/lib/armeabi/libFOO2.so
Projectfolder/lib/armeabi-v7a/libFOO.so
Projectfolder/lib/armeabi-v7a/libFOO2.so
The problem is that when I build the .apk I don't even have the "lib" folder! How can I make eclipse include these libraries on the .apk?