Click here to Skip to main content
15,900,400 members

Comments by Member 11661216 (Top 2 by date)

Member 11661216 6-May-15 18:26pm View    
ok
Member 11661216 6-May-15 18:25pm View    
Yes i did that i still get the Raw cannot be resloved
Do you need to see my Main XML?
<========================>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<textview
="" android:layout_width="fill_parent" android:layout_height="wrap_content">
<Button
android:id="@+id/playvideoplayer"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="- PLAY Video-"
/>


<VideoView
android:id="@+id/videoview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
/>


</LinearLayout>
I have tried everything on StackOverFlow and now on here can u assist me pls tell me what to do next