java - Google Maps error in Android Studio -
i use google maps in android studio. working fine in console, have error:
07-02 10:53:54.191 29293-29293/com.home.smart.home e/dalvikvm﹕ not find class 'android.app.notification$bigtextstyle', referenced method com.google.android.gms.common.googleplayservicesutil.zza 07-02 10:53:54.192 29293-29293/com.home.smart.home e/dalvikvm﹕ not find class 'android.app.appopsmanager', referenced method com.google.android.gms.common.googleplayservicesutil.zza 07-02 10:53:55.831 29293-29293/com.home.smart.home e/dalvikvm﹕ not find class 'android.app.appopsmanager', referenced method com.google.android.gms.common.ij.a 07-02 10:53:55.868 29293-29293/com.home.smart.home e/dalvikvm﹕ not find class 'android.app.notification$bigtextstyle', referenced method com.google.android.gms.common.ij.b
i have included lib in gradle
compile 'com.google.android.gms:play-services:7.5.0'
without full stack trace can't sure, suppose trying use big notification on device not support them. api level using? minsdk targetsdk , devicesdk
i think developing targetsdk >= 16 , device older (maybe gingerbread?
Comments
Post a Comment