Bug: Google Play Services stopped responding, (drive issue)

Ask questions about DraStic or discuss compatibility issues here.
Internets
Posts:1
Joined:Wed Jan 11, 2017 9:00 pm
Bug: Google Play Services stopped responding, (drive issue)

Post by Internets » Wed Jan 11, 2017 9:03 pm

Alright, decided to figure out the play service crash, looks like you need a theme.appcompat or descendant with the activity..

Stackoverflow regarding the issue, http://stackoverflow.com/questions/2181 ... s-activity

Here is the specific stacktrace I received from android studio when attempting the google drive save/load options

Code: Select all

01-11 18:57:49.213 32333-32333/? E/AndroidRuntime: FATAL EXCEPTION: main
                                                   Process: com.google.android.gms.ui, PID: 32333
                                                   java.lang.RuntimeException: Unable to start activity ComponentInfo{com.google.android.gms/com.google.android.gms.common.account.SimpleAccountPickerActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
                                                       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3253)
                                                       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349)
                                                       at android.app.ActivityThread.access$1100(ActivityThread.java:221)
                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794)
                                                       at android.os.Handler.dispatchMessage(Handler.java:102)
                                                       at android.os.Looper.loop(Looper.java:158)
                                                       at android.app.ActivityThread.main(ActivityThread.java:7224)
                                                       at java.lang.reflect.Method.invoke(Native Method)
                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)
                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)
                                                    Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
                                                       at aae.o(:com.google.android.gms:3343)
                                                       at aae.c(:com.google.android.gms:167)
                                                       at com.google.android.chimera.appcompat.AppCompatActivity.onPostCreate(:com.google.android.gms:95)
                                                       at com.google.android.chimera.Activity.publicOnPostCreate(:com.google.android.gms:501)
                                                       at com.google.android.chimera.container.ActivityProxy.onPostCreate(:com.google.android.gms:668)
                                                       at android.app.Instrumentation.callActivityOnPostCreate(Instrumentation.java:1216)
                                                       at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3235)
                                                       at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3349) 
                                                       at android.app.ActivityThread.access$1100(ActivityThread.java:221) 
                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1794) 
                                                       at android.os.Handler.dispatchMessage(Handler.java:102) 
                                                       at android.os.Looper.loop(Looper.java:158) 
                                                       at android.app.ActivityThread.main(ActivityThread.java:7224) 
                                                       at java.lang.reflect.Method.invoke(Native Method) 
                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230) 
                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120) 

Post Reply