Android Emulator -Error appears when launching an Android application

I got an error (below) when I launch any Android application.

[2011-03-10 09:07:24 - Emulator] NAND: could not create temp file for system NAND disk image: Invalid argument 

Please tell me what to do.

Thanks..

+4
source share
3 answers

You can try to create a new Android emulator and launch it from the AVD Manager by selecting it and clicking the "Start" button.

+1
source

Well, maybe you are trying to install qualcomm augmented ndk on your system, and you are changing the path from my computer to change the setting:

my computer-> properties->advanced->environment variables user my computer-> properties->advanced->environment variables form your computer name select temp path than select edit and remove the additional add path after ";" and do not leave the "%USERPROFILE%\Local Settings\Temp" click "OK" so that your computer goes into an eclipse and starts your emulator, it will work.

+1
source

I just restarted my Fedora OS, its working for me

0
source

Source: https://habr.com/ru/post/1343205/


All Articles