skip to Main Content

Android Studio: Kotlin dist downloading failed

Starting Android Studio Giraffe 2022.3.1 following notification appears: Failed to download Kotlin Compiler Maven artifact (org.jetbrains.kotlin:kotlin-dist-for-jps-meta:1.8.20-release). The search was performed in the following repos: https://repo1.maven.org/maven2 https://repository.jboss.org/nexus/content/repositories/public/ You can use Kotlin compiler which is bundled into your IDE. Select 'Bundled' version…

VIEW QUESTION

I don't have a title bar in Android studio. When I press the Show System UI button, my title bar does not appear

Look the image: image: enter image description here I don't know what code this is caused by. That's why I will only share themes.xml codes. //Themes.xml <resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> <style name="Base.Theme.TitleBarSettings" parent="Theme.Material3.DayNight.NoActionBar"> <!-- Customize your light…

VIEW QUESTION

Android Studio – Android emulator not start

All 4 my android emulators not start from Android Studio with message: The emulator process for AVD *** selected device *** has terminated. Tried to run emulator with command line. Got output: PS C:UsersgAppDataLocalAndroidSdkemulator> .emulator.exe -avd Pixel_XL_API_34 INFO | Android…

VIEW QUESTION
Back To Top
Search