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

前端 未结 6 1415
既然无缘
既然无缘 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:30

    I had the same problem, what I did is wrote the Intent declaration inside the onCreate function of the Service or the Layout. actually that is what said 'could not access Explicity'

提交回复
热议问题