This approach seems to build an emulator that is different from the bundled binary:
cd tools ./gradlew emulator:buildWindowsEmulator <http://emulatorbuildwindowsemulator/> The built emulator is in: out/build/emulator/build/windows but it doesn't appear to recompile the the modified external\qemu distribution. What else needs to be done for the qemu to be recompiled and included in the emulator-x86.exe? Thanks! On Saturday, August 2, 2014 5:12:39 PM UTC-5, Rob Ratcliff wrote: > > I'm just getting started with customizing the emulators in the Tools > distribution for Windows. > > It appears that the Windows instructions for building are still out of > date: > http://tools.android.com/build#TOC-Building-the-Windows-SDK > > but I noticed that the Linux build mentioned here: > http://tools.android.com/build#TOC-Building-the-Linux-and-MacOS-SDK > > built a Windows version of the tools as well. > > If I run: > ./tools/buildSrc/servers/build_tools.sh `pwd`/out `pwd`/out/dist 1234 > > it creates the Windows SDK zip file, but any changes I made in the > emulator source (external/qemu) doesn't seem to impact the size of the > emulator.exe so I don't think the changes are taking. > > Anybody have some pointers to successfully build a customized Windows > emulator.exe? > > Thanks, > > Rob > > > > > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
