fork download
  1. 11-11 11:34:07.205: D/AndroidRuntime(2339): Shutting down VM
  2. 11-11 11:34:07.205: W/dalvikvm(2339): threadid=1: thread exiting with uncaught exception (group=0x41465700)
  3. 11-11 11:34:07.275: E/AndroidRuntime(2339): FATAL EXCEPTION: main
  4. 11-11 11:34:07.275: E/AndroidRuntime(2339): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.mapexampletest/com.example.mapexampletest.MainActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class fragment
  5. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211)
  6. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
  7. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.access$600(ActivityThread.java:141)
  8. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
  9. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.os.Handler.dispatchMessage(Handler.java:99)
  10. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.os.Looper.loop(Looper.java:137)
  11. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.main(ActivityThread.java:5103)
  12. 11-11 11:34:07.275: E/AndroidRuntime(2339): at java.lang.reflect.Method.invokeNative(Native Method)
  13. 11-11 11:34:07.275: E/AndroidRuntime(2339): at java.lang.reflect.Method.invoke(Method.java:525)
  14. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
  15. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
  16. 11-11 11:34:07.275: E/AndroidRuntime(2339): at dalvik.system.NativeStart.main(Native Method)
  17. 11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class fragment
  18. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:713)
  19. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:469)
  20. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
  21. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
  22. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:267)
  23. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Activity.setContentView(Activity.java:1895)
  24. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.example.mapexampletest.MainActivity.onCreate(MainActivity.java:14)
  25. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Activity.performCreate(Activity.java:5133)
  26. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
  27. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
  28. 11-11 11:34:07.275: E/AndroidRuntime(2339): ... 11 more
  29. 11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 4030500 but found 0. You must have the following declaration within the <application> element: <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
  30. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
  31. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)
  32. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.internal.q.v(Unknown Source)
  33. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.internal.q.u(Unknown Source)
  34. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapsInitializer.initialize(Unknown Source)
  35. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapFragment$b.cE(Unknown Source)
  36. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapFragment$b.a(Unknown Source)
  37. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.dynamic.a.a(Unknown Source)
  38. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.dynamic.a.onInflate(Unknown Source)
  39. 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapFragment.onInflate(Unknown Source)
  40. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Activity.onCreateView(Activity.java:4745)
  41. 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:689)
  42. 11-11 11:34:07.275: E/AndroidRuntime(2339): ... 20 more
  43.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
11-11 11:34:07.205: D/AndroidRuntime(2339): Shutting down VM
^
Main.java:4: error: illegal character: \35
11-11 11:34:07.275: E/AndroidRuntime(2339): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.mapexampletest/com.example.mapexampletest.MainActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class fragment
                                                                                                                                                                                                                                        ^
Main.java:4: error: '{' expected
11-11 11:34:07.275: E/AndroidRuntime(2339): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.mapexampletest/com.example.mapexampletest.MainActivity}: android.view.InflateException: Binary XML file line #2: Error inflating class fragment
                                                                                                                                                                                                                                                                          ^
Main.java:17: error: illegal character: \35
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class fragment
                                                                                                           ^
Main.java:17: error: '{' expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class fragment
                                                                                                                                             ^
Main.java:29: error: unclosed character literal
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                     ^
Main.java:29: error: <identifier> expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                   ^
Main.java:29: error: > expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                              ^
Main.java:29: error: '(' expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                    ^
Main.java:29: error: <identifier> expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                           ^
Main.java:29: error: <identifier> expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                                ^
Main.java:29: error: ';' expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                                                                 ^
Main.java:29: error: <identifier> expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                                                                         ^
Main.java:29: error: <identifier> expected
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                                                                               ^
Main.java:29: error: illegal start of expression
11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value.  Expected 4030500 but found 0.  You must have the following declaration within the <application> element:     <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
                                                                                                                                                                                                                                                                                                                                                                                                         ^
Main.java:30: error: ';' expected
11-11 11:34:07.275: E/AndroidRuntime(2339): 	at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
     ^
Main.java:30: error: <identifier> expected
11-11 11:34:07.275: E/AndroidRuntime(2339): 	at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
                     ^
Main.java:30: error: invalid method declaration; return type required
11-11 11:34:07.275: E/AndroidRuntime(2339): 	at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
                      ^
Main.java:30: error: illegal start of type
11-11 11:34:07.275: E/AndroidRuntime(2339): 	at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
                                     ^
Main.java:30: error: ';' expected
11-11 11:34:07.275: E/AndroidRuntime(2339): 	at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
                                          ^
Main.java:42: error: reached end of file while parsing
11-11 11:34:07.275: E/AndroidRuntime(2339): 	... 20 more
                                            	           ^
21 errors
stdout
Standard output is empty