Android应用程序屏幕问题
我开始做 Android 开发的事情,但屏幕没有显示它应该显示的内容。显示我在图形布局上应该是什么样子,但在模拟器上我只显示“Android”
I started doing things on android development and the screen isn't showing what it supposed to show. Is showing what i supposed to look like on the graphical layout but on the emulator i just shows "Android"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该屏幕显示为模拟器启动的一部分,因此您的模拟器尚未完成其启动过程。模拟器有时可能需要 5 分钟以上才能启动。您必须等到看到解锁屏幕。如果启用快照,将会大大增加模拟器的启动时间。
That screen shows as part of the emulator boot-up, so your emulator hasn't completed its boot process. The emulator sometimes can take upwards of 5 mins to boot. You have to wait until you see the unlock screen. If you enable snapshots that will greatly increase the emulator start time.
它仍在启动。它可能需要很长时间才能启动。确保你没有给它太多的内存。我想我给了 9 MiB。
It's still booting. It can take a VERY long time for it to boot. Make sure you didn't give too much memory to it. I think I gave 9 MiB.