android-studio-3.1

Android 3.1.1 - Failed resolution of: Lcom/google/android/gms/common/internal/zzbq;

大兔子大兔子 提交于 2019-11-26 17:29:04
问题 since I've updated to Android Studio 3.1, my project is not running anymore. I have searched for a solution all over the internet with no positive results. Here's the error I get in the Logcat: --------- beginning of crash 04-13 13:33:55.466 12720-12720/? E/AndroidRuntime: FATAL EXCEPTION: main Process: woopy.domain.com.woopy, PID: 12720 java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/common/internal/zzbq; at com.google.firebase.provider.FirebaseInitProvider

Android Studio 3.1 EditText StackOverflowError

雨燕双飞 提交于 2019-11-26 12:57:07
问题 After updating to Android Studio 3.1 I\'m facing exception when EditText in focus E/AndroidRuntime: FATAL EXCEPTION: main Process: <package>, PID: 18938 java.lang.StackOverflowError: stack size 8MB at android.view.inputmethod.InputConnectionWrapper.getTextBeforeCursor(InputConnectionWrapper.java:46) at android.view.inputmethod.InputConnectionWrapper.getTextBeforeCursor(InputConnectionWrapper.java:46) at android.view.inputmethod.InputConnectionWrapper.getTextBeforeCursor(InputConnectionWrapper

Android Studio 3.1 Cannot Resolve Symbol (Themes, Widget, attr, etc.)

南楼画角 提交于 2019-11-26 12:23:35
问题 I upgraded Android Studio today to 3.1, and now Android Studio says it cannot resolve symbols for most of the resources (for example ThemeOverlay in styles.xml or ?attr/actionBarSize ). This doesn\'t seem to prevent me from building or running in an emulator so far, but these errors are making me nervous. Has anyone else experienced this issue? How can I go about resolving it? I have tried syncing gradle and cleaning my project but it doesn\'t seem to help at all. Any ideas? I\'m using