I recently generated Gradle build files for my Android application project in Eclipse for the sake of testing Android Studio. I went back to Eclipse and try to run my project. However, now none of my library JARs in the libs folder are being recognized. When I run, I instead get something like this in LogCat:
05-19 13:19:47.828: E/AndroidRuntime(31096): java.lang.NoClassDefFoundError: android.support.v4.app.TaskStackBuilder
Is there any way to get my JARs recognize again? I tried the solution found here, but to no avail.