enter image description here
I have tried everything like using cold boot, wiping data but it still shows a black screen.
-
Android studio version in use: Android Studio Giraffe | 2022.3.1 Patch 2
Build #AI-223.8836.35.2231.10811636, built on September 15, 2023
Runtime version: 17.0.6+0-17.0.6b829.9-10027231 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 13.5
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 20
Metal Rendering is ON
Registry:
external.system.auto.import.disabled=true
ide.text.editor.with.preview.show.floating.toolbar=false -
Hackintosh Mac configuration:
Processor : 2,11 GHz Intel Core Processor 12th Gen
Graphics : AMD Radeon RX 580 8 GB
Memory : 32 GB 3000 MHz DDR4
MacOS Ventura ver 13.5
I want to run the emulator successfully
2
Answers
Just remove all warning by changing/updating all version(compile/build etc) in build.gradle to make everything same(pointing to same version). Or just simply update everything to latest version. Mouse-Hover over the things will show you the latest version recommended.
Make sure your your app->bulid.gradle file have same verison with compileSdkVersion, buildToolsVersion, targetSdkVersion and support libraries notice the support libraries verison which in this example 32. If I have 32.0.2 buildToolsVersion I will change my support libraries version 32 too.
Like This Try