11-11 11:34:07.205: D/AndroidRuntime(2339): Shutting down VM 11-11 11:34:07.205: W/dalvikvm(2339): threadid=1: thread exiting with uncaught exception (group=0x41465700) 11-11 11:34:07.275: E/AndroidRuntime(2339): FATAL EXCEPTION: main 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 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2211) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.access$600(ActivityThread.java:141) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.os.Handler.dispatchMessage(Handler.java:99) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.os.Looper.loop(Looper.java:137) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.main(ActivityThread.java:5103) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) 11-11 11:34:07.275: E/AndroidRuntime(2339): Caused by: android.view.InflateException: Binary XML file line #2: Error inflating class fragment 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:713) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:469) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:397) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.inflate(LayoutInflater.java:353) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:267) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Activity.setContentView(Activity.java:1895) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.example.mapexampletest.MainActivity.onCreate(MainActivity.java:14) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Activity.performCreate(Activity.java:5133) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175) 11-11 11:34:07.275: E/AndroidRuntime(2339): ... 11 more 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" /> 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.internal.q.v(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.internal.q.u(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapsInitializer.initialize(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapFragment$b.cE(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapFragment$b.a(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.dynamic.a.a(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.dynamic.a.onInflate(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at com.google.android.gms.maps.MapFragment.onInflate(Unknown Source) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.app.Activity.onCreateView(Activity.java:4745) 11-11 11:34:07.275: E/AndroidRuntime(2339): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:689) 11-11 11:34:07.275: E/AndroidRuntime(2339): ... 20 more
Standard input is empty
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
Standard output is empty