I am trying to start a FragmentActivity
from a normal Activity
, and I get this java.lang.NoClassDefFoundError
in log, while the app crashes.
Should I change anything in manifest to be able to use a FragmentActivity
in my app?
Has anyone else come across this error? How did you fix it?