I’ve migrated to new build.xml using “android update” to my existing project, it builds all fine with SDK 14 for “ant release”. All jar dependencies from libs folder are automatically added.
One of the jar (dependency) is inside another subfolder (not libs), how do I include it?
I’ve migrated to new build.xml using android update to my existing project, it builds
Share
Put it in
libs/.Or, possibly, symlink/hardlink to it from
libs/.