Fehler beim starten einer Android app im emulator mit eclipse

  • Antworten:10
eclipse240hp
  • Forum-Beiträge: 8

14.09.2013, 14:32:19 via Website

Hallo,

ich bin ganz frisch in der Android Programmierung und weis noch nicht viel mit Fehlermeldungen anzufangen, daher benötige ich hier eure Hilfe..

Also ich möchte eine kleine App schreiben, bei der die Google Map eingebungen wird.. eine "Hello World" App habe ich bereits hinbekommen.
So nun habe ich dieses Tutorial hier genutzt,

youtube.com/watch?v=awX5T-EwLPc

leider bekomme ich einen Fehler bei 12:45 der im Tutorial nicht vorkommt.

Bei mir öffnet sich die App und wird direkt wieder geschlossen mit der Meldung "Unfortunately, DemoApp has stopped"

Die Konsole bei Eclipse gibt folgendes aus:

09-14 08:25:48.876: E/AndroidRuntime(826): FATAL EXCEPTION: main
09-14 08:25:48.876: E/AndroidRuntime(826): java.lang.NoClassDefFoundError: com.example.mapdemo.BasicMapActivity
09-14 08:25:48.876: E/AndroidRuntime(826): at com.example.mapdemo.MainActivity.<clinit>(MainActivity.java:100)
09-14 08:25:48.876: E/AndroidRuntime(826): at java.lang.Class.newInstanceImpl(Native Method)
09-14 08:25:48.876: E/AndroidRuntime(826): at java.lang.Class.newInstance(Class.java:1130)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.app.ActivityThread.access$600(ActivityThread.java:141)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.os.Handler.dispatchMessage(Handler.java:99)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.os.Looper.loop(Looper.java:137)
09-14 08:25:48.876: E/AndroidRuntime(826): at android.app.ActivityThread.main(ActivityThread.java:5103)
09-14 08:25:48.876: E/AndroidRuntime(826): at java.lang.reflect.Method.invokeNative(Native Method)
09-14 08:25:48.876: E/AndroidRuntime(826): at java.lang.reflect.Method.invoke(Method.java:525)
09-14 08:25:48.876: E/AndroidRuntime(826): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
09-14 08:25:48.876: E/AndroidRuntime(826): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
09-14 08:25:48.876: E/AndroidRuntime(826): at dalvik.system.NativeStart.main(Native Method)
09-14 08:29:26.406: W/dalvikvm(865): Unable to resolve superclass of Lcom/example/mapdemo/BasicMapActivity; (85)
09-14 08:29:26.466: W/dalvikvm(865): Link of class 'Lcom/example/mapdemo/BasicMapActivity;' failed
09-14 08:29:26.466: E/dalvikvm(865): Could not find class 'com.example.mapdemo.BasicMapActivity', referenced from method com.example.mapdemo.MainActivity.<clinit>
09-14 08:29:26.466: W/dalvikvm(865): VFY: unable to resolve const-class 133 (Lcom/example/mapdemo/BasicMapActivity;) in Lcom/example/mapdemo/MainActivity;
09-14 08:29:26.506: D/dalvikvm(865): VFY: replacing opcode 0x1c at 0x000d
09-14 08:29:26.556: W/dalvikvm(865): Exception Ljava/lang/NoClassDefFoundError; thrown while initializing Lcom/example/mapdemo/MainActivity;
09-14 08:29:26.556: W/dalvikvm(865): Class init failed in newInstance call (Lcom/example/mapdemo/MainActivity;)
09-14 08:29:26.556: D/AndroidRuntime(865): Shutting down VM
09-14 08:29:26.556: W/dalvikvm(865): threadid=1: thread exiting with uncaught exception (group=0x41465700)
09-14 08:29:26.636: E/AndroidRuntime(865): FATAL EXCEPTION: main
09-14 08:29:26.636: E/AndroidRuntime(865): java.lang.NoClassDefFoundError: com.example.mapdemo.BasicMapActivity
09-14 08:29:26.636: E/AndroidRuntime(865): at com.example.mapdemo.MainActivity.<clinit>(MainActivity.java:100)
09-14 08:29:26.636: E/AndroidRuntime(865): at java.lang.Class.newInstanceImpl(Native Method)
09-14 08:29:26.636: E/AndroidRuntime(865): at java.lang.Class.newInstance(Class.java:1130)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.app.Instrumentation.newActivity(Instrumentation.java:1061)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2128)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.app.ActivityThread.access$600(ActivityThread.java:141)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.os.Handler.dispatchMessage(Handler.java:99)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.os.Looper.loop(Looper.java:137)
09-14 08:29:26.636: E/AndroidRuntime(865): at android.app.ActivityThread.main(ActivityThread.java:5103)
09-14 08:29:26.636: E/AndroidRuntime(865): at java.lang.reflect.Method.invokeNative(Native Method)
09-14 08:29:26.636: E/AndroidRuntime(865): at java.lang.reflect.Method.invoke(Method.java:525)
09-14 08:29:26.636: E/AndroidRuntime(865): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
09-14 08:29:26.636: E/AndroidRuntime(865): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
09-14 08:29:26.636: E/AndroidRuntime(865): at dalvik.system.NativeStart.main(Native Method)


Kann mir jemand hier helfen??

Ein Fehler im Code sollte es nicht sein, da auch die Demo Dateien von Google den Fehler auslösen, und die sollten ja Fehlerfrei sein..

Danke in Voraus!!!

Antworten
Fabian
  • Forum-Beiträge: 144

14.09.2013, 15:24:04 via Website

Hey eclipse240hp,

da ich mich jetzt nicht durch die ganze Exception wühlen möchte doch mal kurz die Frage,
könntest du bitte trotzdem den Code zur Verfügung stellen?

Grüße Fabian!

Antworten
eclipse240hp
  • Forum-Beiträge: 8

14.09.2013, 15:37:45 via Website

Aber sicher :)

AndroidManifest.xml
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="schemas.android.com/apk/res/android"
3 package="com.example.googledemomapsv2"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="8"
9 android:targetSdkVersion="17" />
10
11 <uses-feature
12 android:glEsVersion="0x00020000"
13 android:required="true"/>
14
15 <permission
16 android:name="com.example.googledemomapsv2.maps.permission.MAPS_RECEIVE"
17 android:protectionLevel="signature" />
18 <uses-permission android:name="com.example.googledemomapsv2.permission.MAPS_RECEIVE" />
19
20 <uses-permission android:name="android.permission.INTERNET"/>
21 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
22 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
23 <uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
24 <!-- The following two permissions are not required to use
25 Google Maps Android API v2, but are recommended. -->
26 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
27 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
28
29
30
31 <application
32 android:allowBackup="true"
33 android:icon="@drawable/ic_launcher"
34 android:label="@string/app_name"
35 android:theme="@style/AppTheme" >
36
37
38
39 <activity
40 android:name="com.example.googledemomapsv2.MainActivity"
41 android:label="@string/app_name" >
42 <intent-filter>
43 <action android:name="android.intent.action.MAIN" />
44
45 <category android:name="android.intent.category.LAUNCHER" />
46 </intent-filter>
47 </activity>
48
49
50 <meta-data
51 android:name="com.google.android.maps.v2.API_KEY"
52 android:value="AIzaSySkd784X7_-sAU7I25DUZTSW5z-5tJC-g0o"/>
53
54 </application>
55
56</manifest>


MainActivity.java
1package com.example.googledemomapsv2;
2
3import android.os.Bundle;
4import android.app.Activity;
5import android.view.Menu;
6
7public class MainActivity extends Activity {
8
9 @Override
10 protected void onCreate(Bundle savedInstanceState) {
11 super.onCreate(savedInstanceState);
12 setContentView(R.layout.activity_main);
13 }
14
15 @Override
16 public boolean onCreateOptionsMenu(Menu menu) {
17 // Inflate the menu; this adds items to the action bar if it is present.
18 getMenuInflater().inflate(R.menu.main, menu);
19 return true;
20 }
21
22}

activity_main.xml
1<RelativeLayout xmlns:android="schemas.android.com/apk/res/android"
2 xmlns:tools="schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:paddingBottom="@dimen/activity_vertical_margin"
6 android:paddingLeft="@dimen/activity_horizontal_margin"
7 android:paddingRight="@dimen/activity_horizontal_margin"
8 android:paddingTop="@dimen/activity_vertical_margin"
9 tools:context=".MainActivity" >
10
11
12 <fragment
13 android:id="@+id/map"
14 android:layout_width="match_parent"
15 android:layout_height="match_parent"
16 android:name="com.google.android.gms.maps.MapFragment"/>
17
18</RelativeLayout>

wenn ich das <fragment aus activity_main.xml entferne, wird die app geöffnet.. aber die google map fehlt dann eben..

Antworten
Gelöschter Account
  • Forum-Beiträge: 93

14.09.2013, 15:56:45 via App

Im Stack Trace steht was von BasicMapActivity. Das steht aber gar nicht im Quellcode. Ergo ist das nicht der richtige/komplette Code.

Edith: Heißen die Packages und Files im Eclipse richtig?

— geändert am 14.09.2013, 15:59:27

Antworten
eclipse240hp
  • Forum-Beiträge: 8

14.09.2013, 19:32:34 via Website

Also ich habe alles anhand des Video Tutorials und dieser Quellen hier die App aufgebaut

developers.google.com/maps/documentation/android/start

die Google Play Library habe ich auch hinzugefügt..

Wo soll das mit der BasicMapActivity denn drinne stehen?

Antworten
Gelöschter Account
  • Forum-Beiträge: 93

14.09.2013, 20:11:49 via App

In den "Datei"- und "Ordner"- Namen

Edith: Du kannst auch mal über das Projekt in Eclipse suchen.

— geändert am 14.09.2013, 20:12:50

Antworten
eclipse240hp
  • Forum-Beiträge: 8

15.09.2013, 17:38:36 via Website

Also die Datei BasicMapActivity gibts es auch und das ist der Inhalt
1/*
2 * Copyright (C) 2012 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.example.mapdemo;
18
19import com.google.android.gms.maps.GoogleMap;
20import com.google.android.gms.maps.SupportMapFragment;
21import com.google.android.gms.maps.model.LatLng;
22import com.google.android.gms.maps.model.MarkerOptions;
23
24import android.os.Bundle;
25import android.support.v4.app.FragmentActivity;
26
27/**
28 * This shows how to create a simple activity with a map and a marker on the map.
29 * <p>
30 * Notice how we deal with the possibility that the Google Play services APK is not
31 * installed/enabled/updated on a user's device.
32 */
33public class BasicMapActivity extends FragmentActivity {
34 /**
35 * Note that this may be null if the Google Play services APK is not available.
36 */
37 private GoogleMap mMap;
38
39 @Override
40 protected void onCreate(Bundle savedInstanceState) {
41 super.onCreate(savedInstanceState);
42 setContentView(R.layout.basic_demo);
43 setUpMapIfNeeded();
44 }
45
46 @Override
47 protected void onResume() {
48 super.onResume();
49 setUpMapIfNeeded();
50 }
51
52 /**
53 * Sets up the map if it is possible to do so (i.e., the Google Play services APK is correctly
54 * installed) and the map has not already been instantiated.. This will ensure that we only ever
55 * call {@link #setUpMap()} once when {@link #mMap} is not null.
56 * <p>
57 * If it isn't installed {@link SupportMapFragment} (and
58 * {@link com.google.android.gms.maps.MapView MapView}) will show a prompt for the user to
59 * install/update the Google Play services APK on their device.
60 * <p>
61 * A user can return to this FragmentActivity after following the prompt and correctly
62 * installing/updating/enabling the Google Play services. Since the FragmentActivity may not have been
63 * completely destroyed during this process (it is likely that it would only be stopped or
64 * paused), {@link #onCreate(Bundle)} may not be called again so we should call this method in
65 * {@link #onResume()} to guarantee that it will be called.
66 */
67 private void setUpMapIfNeeded() {
68 // Do a null check to confirm that we have not already instantiated the map.
69 if (mMap == null) {
70 // Try to obtain the map from the SupportMapFragment.
71 mMap = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map))
72 .getMap();
73 // Check if we were successful in obtaining the map.
74 if (mMap != null) {
75 setUpMap();
76 }
77 }
78 }
79
80 /**
81 * This is where we can add markers or lines, add listeners or move the camera. In this case, we
82 * just add a marker near Africa.
83 * <p>
84 * This should only be called once and when we are sure that {@link #mMap} is not null.
85 */
86 private void setUpMap() {
87 mMap.addMarker(new MarkerOptions().position(new LatLng(0, 0)).title("Marker"));
88 }
89}

— geändert am 15.09.2013, 18:07:35

Antworten
eclipse240hp
  • Forum-Beiträge: 8

15.09.2013, 18:07:55 via Website

Wie bereits gesagt, nutze ich auch die direkten Beispiele für die Maps der Google SDK die man hier downloaden kann

developer.android.com/sdk/index.html#download

Hier müsst ihr dann dieses als Projekt anlegen -> adt-bundle-windows-x86_64-20130729\sdk\extras\google\google_play_services\samples\maps

bekommt das jemand von euch hier die Map zum laufen?

— geändert am 15.09.2013, 18:10:15

Antworten
Gelöschter Account
  • Forum-Beiträge: 93

15.09.2013, 18:11:57 via App

Also, da blick ich nicht durch. Zumindest nicht auf dem Handyscreen :-)
Ich denke, dass Problem liegt irgendwo bei den zwei verschiedenen Package-Namen:

com.example.mapdemo
com.example.googledemomapsv2

Das solltest Du mal geradeziehen. Normalerweise müsste Dir das Eclipse auch exakt anzeigen, wo die Referenz nicht stimmt.

Antworten
eclipse240hp
  • Forum-Beiträge: 8

15.09.2013, 18:21:06 via Website

also das originale von google ist com.example.mapdemo und das was ich geschrieben habe heißt com.example.googledemomapsv2 ..

bitte bezieht euch auf das von google com.example.mapdemo, weil ich da das selbe Problem habe..

Antworten
eclipse240hp
  • Forum-Beiträge: 8

15.09.2013, 19:21:23 via Website

Also ich habe das Sample von Google nun zum laufen bekommen, und zwar musste ich bei properties>java build path>order and export alle vorhandenen elemente mit einem Haken auswählen..

hier habe ich dafür die lösung gefunden: stackoverflow.com/questions/13733911/google-maps-android-api-v2-sample-code-crashes

dann ist die app nicht direkt beim start angebtürzt.. leider stürtzt sie nun ab, wenn ich in der app etwas auswähle..

das ist nun die neue fehler log:

09-15 13:18:29.034: E/AndroidRuntime(474): FATAL EXCEPTION: main
09-15 13:18:29.034: E/AndroidRuntime(474): android.view.WindowManager$BadTokenException: Unable to add window -- token android.os.BinderProxy@416ec830 is not valid; is your activity running?
09-15 13:18:29.034: E/AndroidRuntime(474): at android.view.ViewRootImpl.setView(ViewRootImpl.java:559)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:269)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:69)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2854)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2266)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.app.ActivityThread.access$600(ActivityThread.java:141)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.os.Handler.dispatchMessage(Handler.java:99)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.os.Looper.loop(Looper.java:137)
09-15 13:18:29.034: E/AndroidRuntime(474): at android.app.ActivityThread.main(ActivityThread.java:5103)
09-15 13:18:29.034: E/AndroidRuntime(474): at java.lang.reflect.Method.invokeNative(Native Method)
09-15 13:18:29.034: E/AndroidRuntime(474): at java.lang.reflect.Method.invoke(Method.java:525)
09-15 13:18:29.034: E/AndroidRuntime(474): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
09-15 13:18:29.034: E/AndroidRuntime(474): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
09-15 13:18:29.034: E/AndroidRuntime(474): at dalvik.system.NativeStart.main(Native Method)
09-15 13:22:04.012: D/dalvikvm(1201): GC_FOR_ALLOC freed 74K, 7% free 2696K/2888K, paused 75ms, total 77ms
09-15 13:22:04.012: I/dalvikvm-heap(1201): Grow heap (frag case) to 3.351MB for 635812-byte allocation
09-15 13:22:04.073: D/dalvikvm(1201): GC_FOR_ALLOC freed 2K, 6% free 3314K/3512K, paused 56ms, total 56ms
09-15 13:22:04.392: I/Choreographer(1201): Skipped 63 frames! The application may be doing too much work on its main thread.
09-15 13:22:04.403: D/gralloc_goldfish(1201): Emulator without GPU emulation detected.
09-15 13:22:04.682: I/Choreographer(1201): Skipped 34 frames! The application may be doing too much work on its main thread.
09-15 13:22:08.232: D/dalvikvm(1201): GC_FOR_ALLOC freed 10K, 4% free 3678K/3812K, paused 33ms, total 34ms
09-15 13:22:08.292: D/dalvikvm(1201): GC_FOR_ALLOC freed 3K, 4% free 4086K/4232K, paused 32ms, total 33ms
09-15 13:22:08.342: D/dalvikvm(1201): GC_FOR_ALLOC freed <1K, 4% free 4497K/4652K, paused 32ms, total 32ms
09-15 13:22:08.373: I/Choreographer(1201): Skipped 60 frames! The application may be doing too much work on its main thread.
09-15 13:22:09.582: I/Choreographer(1201): Skipped 34 frames! The application may be doing too much work on its main thread.
09-15 13:22:11.212: D/dalvikvm(1201): GC_FOR_ALLOC freed 276K, 9% free 4818K/5252K, paused 29ms, total 30ms
09-15 13:22:19.323: D/dalvikvm(1201): GC_FOR_ALLOC freed 667K, 15% free 4779K/5612K, paused 30ms, total 30ms
09-15 13:22:22.783: W/dalvikvm(1201): VFY: unable to resolve static field 1622 (MapAttrs) in Lcom/google/android/gms/R$styleable;
09-15 13:22:22.792: D/dalvikvm(1201): VFY: replacing opcode 0x62 at 0x000e
09-15 13:22:22.812: D/AndroidRuntime(1201): Shutting down VM
09-15 13:22:22.812: W/dalvikvm(1201): threadid=1: thread exiting with uncaught exception (group=0x41465700)
09-15 13:22:22.922: E/AndroidRuntime(1201): FATAL EXCEPTION: main
09-15 13:22:22.922: E/AndroidRuntime(1201): java.lang.NoClassDefFoundError: com.google.android.gms.R$styleable
09-15 13:22:22.922: E/AndroidRuntime(1201): at com.google.android.gms.maps.GoogleMapOptions.createFromAttributes(Unknown Source)
09-15 13:22:22.922: E/AndroidRuntime(1201): at com.google.android.gms.maps.SupportMapFragment.onInflate(Unknown Source)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.support.v4.app.FragmentActivity.onCreateView(FragmentActivity.java:284)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:685)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.view.LayoutInflater.inflate(LayoutInflater.java:469)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.view.LayoutInflater.inflate(LayoutInflater.java:397)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.view.LayoutInflater.inflate(LayoutInflater.java:353)
09-15 13:22:22.922: E/AndroidRuntime(1201): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:267)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.Activity.setContentView(Activity.java:1895)
09-15 13:22:22.922: E/AndroidRuntime(1201): at com.example.mapdemo.BasicMapActivity.onCreate(BasicMapActivity.java:42)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.Activity.performCreate(Activity.java:5133)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2175)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2261)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.ActivityThread.access$600(ActivityThread.java:141)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.os.Handler.dispatchMessage(Handler.java:99)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.os.Looper.loop(Looper.java:137)
09-15 13:22:22.922: E/AndroidRuntime(1201): at android.app.ActivityThread.main(ActivityThread.java:5103)
09-15 13:22:22.922: E/AndroidRuntime(1201): at java.lang.reflect.Method.invokeNative(Native Method)
09-15 13:22:22.922: E/AndroidRuntime(1201): at java.lang.reflect.Method.invoke(Method.java:525)
09-15 13:22:22.922: E/AndroidRuntime(1201): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
09-15 13:22:22.922: E/AndroidRuntime(1201): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
09-15 13:22:22.922: E/AndroidRuntime(1201): at dalvik.system.NativeStart.main(Native Method)

— geändert am 15.09.2013, 19:23:51

Antworten