android - Generated Gradle Build Files for my project; Now getting noclassdeffounderror when I run -
i generated gradle build files android application project in eclipse sake of testing android studio. went eclipse , try run project. however, none of library jars in libs folder being recognized. when run, instead in logcat:
05-19 13:19:47.828: e/androidruntime(31096): java.lang.noclassdeffounderror: android.support.v4.app.taskstackbuilder
is there way jars recognize again? tried solution found here, no avail.
it's bug in adt 22. make sure go in projects, , in project properties, go in "build path", in "order , export" tab make sure both containers (dependencies , private libraries) checked.
Comments
Post a Comment