fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. <LinearLayout xmlns:android="http://s...content-available-to-author-only...d.com/apk/res/android"
  4. xmlns:tools="http://s...content-available-to-author-only...d.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical" >
  8.  
  9. <com.google.android.youtube.player.YouTubePlayerView
  10. android:id="@+id/youtube_player"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:background="#fff"
  14. android:padding="5dp" />
  15.  
  16. </LinearLayout>
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:3: error: class, interface, or enum expected
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
^
1 error
stdout
Standard output is empty