NoClassDefFoundError android after change library

81 Views Asked by At

In eclipse, I changed library from tibco.jar into tibco_v3.jar. After that I get error: java.lang.NoClassDefFoundError: R$styleable....

Please help me.

1

There are 1 best solutions below

1
On

This happens because you haven't selected private libraries on project properties.

Go to project in eclipse and Right click on the project --> select properties --> select java build path --> select order and export tab and select relevant private libraries listed.