我将我的Android SDK Intel x86 Atom System Image更新为最新的API 24,Rev.6,但模拟器始终在屏幕上显示“Android”动画文本。
当使用默认设置启动“Nexus 5x API 24”模拟器时,以下是Android Studio 2.1.3“运行”标签中的消息:
/Users/shrdi/Library/Android/sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_5X_API_24
Creating filesystem with parameters:
Size: 69206016
Block size: 4096
Blocks per group: 32768
Inodes per group: 4224
Inode size: 256
Journal blocks: 1024
Label:
Blocks: 16896
Block groups: 1
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
Hax is enabled
Hax ram_size 0x60000000
HAX is working and emulator runs in fast virt mode.
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
等待30分钟后,我关闭并删除模拟器,然后创建另一个默认设置,除了使用“软件 - GLES1.1”选项进行图形设置,并启动它,但没有任何变化,我所能做的只是等待
我的macbook是2008年后期制作的,8G内存,2GHz Intel Core 2 Duo CPU。
我需要将我的项目部署到Android N模拟器,因为我没有Android N设备,对我有什么建议吗?
答案 0 :(得分:0)