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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -