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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -