I am able to build the latest version on Windows. But I got the below issue, when I test it. It seems I need to setup the correct path so that the DLL files can be loaded correctly. How to do that?
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator...@googlegroups.com.
To post to this group, send email to android-em...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-emulator-dev.
For more options, visit https://groups.google.com/d/optout.
On Wed, Mar 16, 2016 at 8:43 AM, 'Ye Roger' via Android emulator development <android-em...@googlegroups.com> wrote:I am able to build the latest version on Windows. But I got the below issue, when I test it. It seems I need to setup the correct path so that the DLL files can be loaded correctly. How to do that?
That's what the 'emulator' launcher program will do for you, it will also setup several environment variables that are necessary to get the emulation engine working properly (e.g. for GPU emulation support).In other words, you should not try to call qemu-system-<cpu>.exe directly (on Windows or other platforms) anymore.Can you clarify what you mean by "build on Windows". For now we only support building the emulator on Linux through a cross-toolchain.Hope this helps,- Digit
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator-dev+unsub...@googlegroups.com.
Just to clarify this a little. I built Windows version emulator on Linux using cross compilation. I copied the compressed file from /tmp folder to Windows machine and launch emulator.exe. Yes, the error message is about qemu-system-<cpu>.exe. That's why I believe something is wrong with the build. I got this message, when I run:
C:\> emulator -version
On Thursday, March 17, 2016 at 1:06:38 AM UTC+8, David Turner wrote:
On Wed, Mar 16, 2016 at 8:43 AM, 'Ye Roger' via Android emulator development <android-em...@googlegroups.com> wrote:I am able to build the latest version on Windows. But I got the below issue, when I test it. It seems I need to setup the correct path so that the DLL files can be loaded correctly. How to do that?
That's what the 'emulator' launcher program will do for you, it will also setup several environment variables that are necessary to get the emulation engine working properly (e.g. for GPU emulation support).In other words, you should not try to call qemu-system-<cpu>.exe directly (on Windows or other platforms) anymore.Can you clarify what you mean by "build on Windows". For now we only support building the emulator on Linux through a cross-toolchain.Hope this helps,- Digit
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator...@googlegroups.com.
To post to this group, send email to android-em...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-emulator-dev.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator...@googlegroups.com.
Hello Roger,Have you tried this with the latest tip-of-tree of the emu-master-dev branch of the emulator source tree. We fixed some startup crashes recently which may be related to what you're seeing. I can't reproduce your crash on my machine at the moment.
On Fri, Mar 18, 2016 at 2:23 AM, 'Ye Roger' via Android emulator development <android-em...@googlegroups.com> wrote:
Just to clarify this a little. I built Windows version emulator on Linux using cross compilation. I copied the compressed file from /tmp folder to Windows machine and launch emulator.exe. Yes, the error message is about qemu-system-<cpu>.exe. That's why I believe something is wrong with the build. I got this message, when I run:
C:\> emulator -version
On Thursday, March 17, 2016 at 1:06:38 AM UTC+8, David Turner wrote:
On Wed, Mar 16, 2016 at 8:43 AM, 'Ye Roger' via Android emulator development <android-em...@googlegroups.com> wrote:I am able to build the latest version on Windows. But I got the below issue, when I test it. It seems I need to setup the correct path so that the DLL files can be loaded correctly. How to do that?
That's what the 'emulator' launcher program will do for you, it will also setup several environment variables that are necessary to get the emulation engine working properly (e.g. for GPU emulation support).In other words, you should not try to call qemu-system-<cpu>.exe directly (on Windows or other platforms) anymore.Can you clarify what you mean by "build on Windows". For now we only support building the emulator on Linux through a cross-toolchain.Hope this helps,- Digit
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator-dev+unsub...@googlegroups.com.
To post to this group, send email to android-em...@googlegroups.com.
Visit this group at https://groups.google.com/group/android-emulator-dev.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Android emulator development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-emulator-dev+unsub...@googlegroups.com.