FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
11/02/13 07:33 AM (12 years ago)

android utube player

hi guys having nightmare with this, been trying for days to figure it out, player keeps stopping withe the Unable to find explicit activity class {com.arleyhall/com.keyes.youtube.OpenYouTubePlayerActivity}; have you declared this activity in your AndroidManifest.xml? i have followed the instructions, manifest xml is <activity android:name=".BT_screen_customHTML" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> <activity android:name=".Tm_invisiblefacebook" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> <activity android:name=".BT_screen_customURL" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> <activity android:name=".Sp_youtube_android" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> <activity android:name=".BT_screen_splash" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> <activity android:name=".BT_screen_menuButtons" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> <activity android:name=".BT_screen_map" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation"></activity> the bit i think im doing wrong is this bit 2. You MUST add this activity to your AndroidManifest. <activity android:name="com.keyes.youtube.OpenYouTubePlayerActivity" android:configChanges="orientation"></activity> where dus this bit go, cheers sean
 
FunkyMonkey
Aspiring developer
Profile
Posts: 1177
Reg: Aug 07, 2013
blackpool
14,570
like
11/02/13 07:38 AM (12 years ago)
its ok sussed it, you just add the extra line to the above, that's what was confusing me thought it was already there doh
 
Sandeep
Android Fan
Profile
Posts: 1260
Reg: Feb 01, 2012
Miraj, India
25,250
like
11/02/13 10:34 AM (12 years ago)
Nice to know you figured it out. All the best.
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.