Error on using Android SDK Application Emulator

Asked By 0 points N/A Posted on -
qa-featured

I encountered problem with the emulator of my Android SDK Application. I was unable to make it work. But if I will used the command: /path/to/android-sdk/tools/android,  it will work but the start button will stop working since the emulator will not boot and the error that is appearing is: "starting android emulator, starting emulator for AVD'titanium _7_WVGA800", NAND: could not create temp file for system NAND disk, Image:Permission is denied".  Why is this happening?  Is there any solution for this? Please help me. Thank you.

SHARE
Answered By 20 points N/A #105613

Error on using Android SDK Application Emulator

qa-featured

Hello Courtney Howard,

It seems like you saved the android application in the wrong directory and therefore the operating system of your device does not recognize that location and thus it cannot get the android application to work. The path you are manually using seems to be the right path and that is why it works when you use it.

Therefore what you do you will have to do a reinstallation of the android application but this time make sure that you specify the directory in which it should be installed as the path you are using right now, and that should help fix the problem that you are having.

__

Regards
Mahesh Babu

Related Questions