无法从Galaxy Note 4(5.0.1)的AVD仿真器开始

时间:2016-01-11 01:54:09

标签: android android-emulator adb samsung-mobile

我试图在特定设备上使用我的应用程序(使用Unity制作的游戏)调试问题:运行Android 5.0.1的Galaxy Note 4。该游戏在其他设备上运行良好。由于我的测试人员是远程的,我需要设置一个虚拟设备来调试问题。

当我为此设备创建AVD配置时,模拟器卡在屏幕上,显示" android",并且不会从那里继续前进。

以下是我的设置。我使用了从三星开发者网站下载的皮肤。

Settings enter image description here

这是它被卡住的屏幕: enter image description here

有没有其他人遇到这个?我如何让它工作?在谈到游戏时,是否有人意识到Galaxy Note 4的问题?请注意,当我启用"多线程渲染时,它停止工作"在Unity中。但在其他设备上工作。

编辑:adb logcat说:

I/installd( 1612): installd firing up
E/installd( 1612): Could not create directories; exiting.
I/Netd    ( 1610): Netd 1.0 starting
F/appproc ( 1613): Error creating cache dir /data/dalvik-cache/x86_64 : No such file or directory
F/libc    ( 1613): Fatal signal 4 (SIGILL), code 2, fault addr 0x7fb793301f10 in tid 1613 (app_process64)
I/mediaserver( 1611): ServiceManager: 0xf6216d40
I/AudioFlinger( 1611): Using default 3000 mSec as standby time.
F/appproc ( 1614): Error creating cache dir /data/dalvik-cache/x86 : No such file or directory
F/libc    ( 1614): Fatal signal 4 (SIGILL), code 2, fault addr 0xf732437c in tid 1614 (app_process32)
I/DEBUG   ( 1380): failed to create /data/tombstones: Read-only file system
I/DEBUG   ( 1380): failed to change ownership of /data/tombstones: No such file or directory
E/DEBUG   ( 1380): Failed to find a valid tombstone, default to using tombstone 0.
E/DEBUG   ( 1380): failed to open tombstone file '/data/tombstones/tombstone_00': No such file or directory
I/DEBUG   ( 1380): Skipping tombstone write, nothing to do.
I/DEBUG   (  949): failed to create /data/tombstones: Read-only file system
I/DEBUG   (  949): failed to change ownership of /data/tombstones: No such file or directory
E/DEBUG   (  949): Failed to find a valid tombstone, default to using tombstone 0.
E/DEBUG   (  949): failed to open tombstone file '/data/tombstones/tombstone_00': No such file or directory
I/DEBUG   (  949): Skipping tombstone write, nothing to do.

1 个答案:

答案 0 :(得分:0)

解:

我意识到我没有在我想要的API下安装SDK Manager中的一些模块。一旦我下载了它,它仍然无法工作,直到我删除并重新创建设备(或者,我可以选择在启动时擦除虚拟设备以及我确定)。

立即行动!