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
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'