Re: [android-developers] [Q] Why does Lint complain that my Activity is not registered in the Manifest properly?

2012-04-02 Thread hoomi2010
In which package is your activity placed? Is it com.tetractysproductions.AWOL? Sent from my iPad On 31 Mar 2012, at 04:05, exiquio wrote: > This is the what I have in my AndroidManifest.xml file: > >android:name=".DisplayPageActivity" > android:label="@string/ap

[android-developers] [Q] Why does Lint complain that my Activity is not registered in the Manifest properly?

2012-03-30 Thread exiquio
This is the what I have in my AndroidManifest.xml file: This is the complain I receive from Lint: "The com.tetractysproductions.AWOL.DisplayPageActivity is not registered in the manifest" (Id: Registered) * As you can g