android-studio

AVD with Android studio 4.1.1 crashing on mac OS High Sierra with error “qemu-system-x86_64 quit unexpectedly”

两盒软妹~` 提交于 2020-12-26 04:59:27
问题 I did a fresh install of latest Android studio on my mac os High sierra, there was no previous version of Android studio on the laptop. AVD keeps crashing when I try to run a basic code. Attached is the error snapshot, I tried different workarounds listed in different threads, tried command line, tried to just invoke avd, still the same error. Has Android 11, 10 installed. Below is the error Process: qemu-system-x86_64 [2406] Path: /Users/USER/Library/Android/*/qemu-system-x86_64 Identifier:

AVD with Android studio 4.1.1 crashing on mac OS High Sierra with error “qemu-system-x86_64 quit unexpectedly”

偶尔善良 提交于 2020-12-26 04:57:55
问题 I did a fresh install of latest Android studio on my mac os High sierra, there was no previous version of Android studio on the laptop. AVD keeps crashing when I try to run a basic code. Attached is the error snapshot, I tried different workarounds listed in different threads, tried command line, tried to just invoke avd, still the same error. Has Android 11, 10 installed. Below is the error Process: qemu-system-x86_64 [2406] Path: /Users/USER/Library/Android/*/qemu-system-x86_64 Identifier:

Can't log in to GitHub on Android Studio

北战南征 提交于 2020-12-24 23:04:02
问题 I can't sign in to GitHub on Android studio, as the picture shows. I have reset my password, tried to put ' https:// ' in the server box, and still doesn't let me in and shows the same message. I can no longer update the project I am working on with my team. For some reason I was still able to commit and push to the repo and the changes were visible online. 回答1: Try this: Log into gitHub, click your avatar in the top righthand corner, Choose settings -> Developer settings -> Personal Access

Android Studio 4.1.1 macOS Full Screen Error

亡梦爱人 提交于 2020-12-18 11:16:01
问题 I've got a problem after updating Mac to Big Sur 11.0.1 . All interstitial dialog windows, Device Manager, Preferences, SDK options, and etc, are not opened as interstitials/dialogs in fullscreen mode, but as a tab in-app. Then, Android Studio freezes and is not responding. i.e.: Commit Changes Window Any ideas how to fix it? Thanks! 回答1: System Preferences > General > set Prefer Tabs to never when opening documents. Alternatively, run this on Terminal and restart Android Studio: defaults

Android Studio 4.1.1 macOS Full Screen Error

冷暖自知 提交于 2020-12-18 11:14:42
问题 I've got a problem after updating Mac to Big Sur 11.0.1 . All interstitial dialog windows, Device Manager, Preferences, SDK options, and etc, are not opened as interstitials/dialogs in fullscreen mode, but as a tab in-app. Then, Android Studio freezes and is not responding. i.e.: Commit Changes Window Any ideas how to fix it? Thanks! 回答1: System Preferences > General > set Prefer Tabs to never when opening documents. Alternatively, run this on Terminal and restart Android Studio: defaults

Android Studio 4.1 RC, facing start failed error after upgrade

我只是一个虾纸丫 提交于 2020-12-18 10:50:05
问题 After update Android Studio 4.1 RC, I getting this issue, Internal error. Please refer to https://code.google.com/p/android/issues java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl; at com.a.a.b.b.ar.a(ar.java:121) at com.a.a.b.b.ar.a(ar.java:71) at com.intellij.idea.MainImpl.start(MainImpl.java:19) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:303) at com.intellij.idea.StartupUtil

Android Studio 4.1 RC, facing start failed error after upgrade

寵の児 提交于 2020-12-18 10:48:50
问题 After update Android Studio 4.1 RC, I getting this issue, Internal error. Please refer to https://code.google.com/p/android/issues java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl; at com.a.a.b.b.ar.a(ar.java:121) at com.a.a.b.b.ar.a(ar.java:71) at com.intellij.idea.MainImpl.start(MainImpl.java:19) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:303) at com.intellij.idea.StartupUtil

Android Studio 4.1 RC, facing start failed error after upgrade

浪子不回头ぞ 提交于 2020-12-18 10:46:43
问题 After update Android Studio 4.1 RC, I getting this issue, Internal error. Please refer to https://code.google.com/p/android/issues java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl; at com.a.a.b.b.ar.a(ar.java:121) at com.a.a.b.b.ar.a(ar.java:71) at com.intellij.idea.MainImpl.start(MainImpl.java:19) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:303) at com.intellij.idea.StartupUtil

Android Studio 4.1 RC, facing start failed error after upgrade

怎甘沉沦 提交于 2020-12-18 10:46:16
问题 After update Android Studio 4.1 RC, I getting this issue, Internal error. Please refer to https://code.google.com/p/android/issues java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl; at com.a.a.b.b.ar.a(ar.java:121) at com.a.a.b.b.ar.a(ar.java:71) at com.intellij.idea.MainImpl.start(MainImpl.java:19) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:303) at com.intellij.idea.StartupUtil

EditText not renders in Layout editor

末鹿安然 提交于 2020-12-16 03:58:46
问题 My Android studio not renders EditText , I even created new project to verify it, the EditText is just blank. I am using Android studio 4.0 and Gradle 4.0 . 回答1: In the designer window, at the top right corner, there is a symbol (Exclamation mark in a circle). if it's red, there might be some issue with the layout. You may have to enable the latest Layout Rendering Engine. Android Studio 4.0 includes a new Layout Rendering Engine. Enable it and check if the issue still persists. if it's