Hey Leute,
habe heute eine relativ kleine App fertiggestellt.
auf allen Emulatoren klappt die App, auch wenn ich mein Galaxy S6 über Android Studio anschließe und dann die App starte.
Jetzt habe ich über "Build APK's" die Apk erstellt und habe sie manuell auf mein Galaxy S6 gezogen, installiert und ich konnte nur den SplashScreen (für 5 sekunden) sehen und danach hat die App gestoppt. Im Logcat steht folgendes:
Code
03-12 17:51:48.921 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:48.941 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:48.961 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:49.461 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:49.481 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:49.501 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:49.521 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:49.541 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
03-12 17:51:49.561 2087-2539/? E/VSGsample: Panic - phrasespotPipe: t is NULL!: (null)
so etwas steht immer wieder am Anfang der Logcat und dann kommt richtig oft:
Code
Unknown window type: 2008
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2033
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2011
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 3
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 1
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 1
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 1
03-12 17:51:50.341 2858-3070/? E/WindowManager: Unknown window type: 2000
Alles anzeigen
Brauch dringend Hilfe, ist meine erste App und wenn die schon nicht klappt...