I am using startActivity to call another Activity and I get the \"Activity Not Found Exception\". Here is my code:
TextView textView = (TextView) itemClic
I had same issue.Deleted bin and lib folder from project directory, recreated libs folder and pasted libs .everything started working. It was v4 lib that was culprit.