Android: Unable to find explicit activity class… startActivity from a PreferenceActivity

前端 未结 6 1419
既然无缘
既然无缘 2020-11-30 14:19

I\'m trying to start a new Activity from a PreferenceActivity. However, it fails with \"Unable to find explicit activity class. Have you declared this activity in your Andro

6条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 14:44

    Copying poster's solution into the answer section, in order to remove this from the "Unanswered" filter:

    It wasn't a problem with my code, but with Eclipse and the Android SDK. After some research, I did "Help -> Check for updates" in Eclipse and everything is working now.

提交回复
热议问题