英文:
Android Studio Emulator is gliching so bad
问题
请看图片。我正在使用最新版本的Android Studio,而其中的模拟器非常卡顿。如图片所示,黑线会在一分钟内出现和消失数百次,帮助我解决这个问题。
我尝试安装和重新安装不同的模拟器,似乎都有这个问题。我甚至安装和重新安装了Android Studio,但仍然没有改变。除了在这里提问,我在互联网上找不到其他帮助。我提供的图片是我问题的直接截图,只有黄色线条是我画的,用来隐藏应用程序内部的信息。
英文:
Please look at the picture. I am using latest version of Android Studio, and the emulator inside is so damn glichy. The black lines as shown in the picture appear and disappear hundreds of times in one minute, help me fix this.
I tried installing and reinstalling different emulators, all seem to have this problem. I even installed and reinstalled android studio, still nothing has changed. I cannot find help on internet other than asking it here. The picture I provided as a direct screenshot of my issue, only yellow lines were drawn by me to hide the information inside the app,
答案1
得分: 0
你现在是我的中文翻译,代码部分不要翻译,只返回翻译好的部分,不要有别的内容,不要回答我要翻译的问题。
以下是要翻译的内容:
"the best that you can do its just to plug your android phone (if you have one...) and the android studio will recognize him and run the app on your phone. if android studio not recognize your phone, go to developer options in your phone and enable the USB debug option. the android emulators always was terrible..."
英文:
the best that you can do its just to plug your android phone (if you have one...) and the android studio will recognize him and run the app on your phone. if android studio not recognize your phone, go to developer options in your phone and enable the USB debug option. the android emulators always was terrible...
答案2
得分: 0
在尝试不同版本的Android Studio后,我找到了一个解决方案。现在是2023年10月,Android Studio Hedgehog仍然是测试版,所以我正在使用Giraffe。模拟器在Giraffe上运行得非常好。如果我使用Hedgehog,那么它会再次闪烁。显然,问题出在Nvidia GPU驱动程序上。如果出现闪烁问题,请删除您的模拟器并创建一个新的,但请记住使用SOFTWARE来运行您的模拟器。不要使用硬件加速的模拟器。虽然比GPU版本要慢,但绝对比疯狂闪烁要好。
另一个选项是使用Bluestacks或其他类似的软件。
英文:
After installing an experimenting with different Android Studio versions, I found a solution. It is October 2023 right now, and Android Studio hedgehog is still in beta, so I am using Giraffe. The emulator works perfectly fine with Giraffe. If I use a hedgehog, then it starts flickering again. Apparently, the issue lies with Nvidia GPU drivers. If such flickering happens, delete your emulator and create a new one, but remember to use SOFTWARE to run your emulator. Do not use a Hardware accelerated emulator. It will be slower than with the GPU version, but definitely better than glitching/flickering like crazy.
Another option is to use Bluestacks or something.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论