android-studio-4.1

“Could not resolve all files for configuration ':classpath'.” error in android studio

前提是你 提交于 2021-02-11 12:57:25
问题 error I am getting this error just today. Android studio is saying com.google.jimfs:jimfs:1.1. can't be downloaded. Here is my gradle // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() maven { url 'https://maven.google.com' } } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' } } allprojects { repositories { google() maven { url 'https://maven.google.com' } } } ext { compileSdkVersion = 22

AndroidStudio crash on macOS Big Sur beta

无人久伴 提交于 2020-12-30 08:14:37
问题 After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because [NSOpenGLContext setView:] must be called from the main thread. This happens very often so I have to open AS every 5 minutes again and again Also there are other issue - ANR (or very laggy functioning) that I was tolerating so far - related to opened sub-windows like open ADV manager creating new project - choosing activity for application importing project from VCS. BigSur beta

AndroidStudio crash on macOS Big Sur beta

落花浮王杯 提交于 2020-12-30 08:13:49
问题 After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because [NSOpenGLContext setView:] must be called from the main thread. This happens very often so I have to open AS every 5 minutes again and again Also there are other issue - ANR (or very laggy functioning) that I was tolerating so far - related to opened sub-windows like open ADV manager creating new project - choosing activity for application importing project from VCS. BigSur beta

AndroidStudio crash on macOS Big Sur beta

僤鯓⒐⒋嵵緔 提交于 2020-12-30 08:11:15
问题 After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because [NSOpenGLContext setView:] must be called from the main thread. This happens very often so I have to open AS every 5 minutes again and again Also there are other issue - ANR (or very laggy functioning) that I was tolerating so far - related to opened sub-windows like open ADV manager creating new project - choosing activity for application importing project from VCS. BigSur beta

AndroidStudio crash on macOS Big Sur beta

只谈情不闲聊 提交于 2020-12-30 08:10:59
问题 After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because [NSOpenGLContext setView:] must be called from the main thread. This happens very often so I have to open AS every 5 minutes again and again Also there are other issue - ANR (or very laggy functioning) that I was tolerating so far - related to opened sub-windows like open ADV manager creating new project - choosing activity for application importing project from VCS. BigSur beta

AndroidStudio crash on macOS Big Sur beta

两盒软妹~` 提交于 2020-12-30 08:09:21
问题 After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because [NSOpenGLContext setView:] must be called from the main thread. This happens very often so I have to open AS every 5 minutes again and again Also there are other issue - ANR (or very laggy functioning) that I was tolerating so far - related to opened sub-windows like open ADV manager creating new project - choosing activity for application importing project from VCS. BigSur beta

AndroidStudio crash on macOS Big Sur beta

好久不见. 提交于 2020-12-30 08:09:02
问题 After update to last beta release of macOS Big (11.0 Beta (20A5395g)) - Android Studio (4.1) keeps shutting because [NSOpenGLContext setView:] must be called from the main thread. This happens very often so I have to open AS every 5 minutes again and again Also there are other issue - ANR (or very laggy functioning) that I was tolerating so far - related to opened sub-windows like open ADV manager creating new project - choosing activity for application importing project from VCS. BigSur beta

Gradle sync failed: com.android.tools.idea.gradle.project.sync.idea.issues.SdkPlatformNotFoundException: Module: 'app' platform 'android-29' not found

廉价感情. 提交于 2020-12-30 06:55:47
问题 Installed Android 4.1 on Ubuntu 20.04. Getting the following error: Gradle sync failed: com.android.tools.idea.gradle.project.sync.idea.issues.SdkPlatformNotFoundException: Module: 'app' platform 'android-29' not found. On opening the SDK manager I get the following screen: I also executed $ANDROID_HOME/cmdline-tools/tools/bin/sdkmanager --licenses How to fix this? ------ edit --------- This is what shows in the SDK Platforms tab. Unchecking the "Hide Obsolete Packages" doesn't change

Android Studio 4.1 adb got stuck

二次信任 提交于 2020-12-03 02:47:41
问题 I upgraded my Android Studio to v4.1. But adb commands are doesn't respond. See: Therefore Android Studio Devices status stuck at "Loading Devices". Like this: Does anyone know about this issue? 回答1: I had been dealing with this bug as I stated in the comment section for a while in Android Studio Canary. But it seems like this is a general problem that newer Android Studio versions have. So, these steps would work for most people. Uninstall Android Studio including the user settings. (Don't

Android Studio 4.1 adb got stuck

≯℡__Kan透↙ 提交于 2020-12-03 02:40:50
问题 I upgraded my Android Studio to v4.1. But adb commands are doesn't respond. See: Therefore Android Studio Devices status stuck at "Loading Devices". Like this: Does anyone know about this issue? 回答1: I had been dealing with this bug as I stated in the comment section for a while in Android Studio Canary. But it seems like this is a general problem that newer Android Studio versions have. So, these steps would work for most people. Uninstall Android Studio including the user settings. (Don't