I updated my mac installation, Mountain Lion 10.8.4, but now "Eclipse" comes into error every time I try to download Android AVD. Return Error:
qemu: could not load BIOS BIOS 'bios.bin'
Help me solve this problem? thanks
I got the same error message on Windows when trying to start the x86 emulator. What worked for me was to find the "bios.bin" and "vgabios-cirrus.bin" files somewhere in C: \ and copy them to the folder .... \ android-sdk-windows \ tools.
Just pass the bios arguments ( $ANDROID_HOME/tools/lib/pc-bios ) to qemu:
$ANDROID_HOME/tools/lib/pc-bios
emulator64-x86 -avd <avd_name> -qemu -L $ANDROID_HOME/tools/lib/pc-bios
Source: https://habr.com/ru/post/1488457/More articles:How to mirror a site using the JavaScript menu? - javascriptTrigger event when selecting from the drop-down list - eventsUncaught TypeError: Object [object Object] has no 'highcharts' method - phpSort files "numerically" instead of alphabet in java - javaHow can I sort files in a directory in java? - java$ undefined after opening excel ActiveXobject - jqueryVB.Net insert multiple records - sqlSave large array in Sqlite database using javascript - javascriptHow to filter records when the filter is a comma-separated list of values - sql-serverOhGoogleMapFormTypeBundle with SonataAdminBundle - phpAll Articles