AVD Manager on Android Studio 1.5.1 and install to a custom location emulator won't run -


i installed android studio (1.5.1 -- see image build details). enter image description here

while installing chose custom option install specific path. knew %systemdrive% pointed @ network location , wanted install local disk.

so, means default, application would've installed : \networkpath\users\myusername\android\sdk

however, since chose custom installation chose local path: c:\users\myusername\android\sdk

project creation , build work fine

everything seemed install fine , able create new project , build no problems.

however, when attempted run built , failed silently. emulator never appeared , no error occurred. android monitor shows message stating no connected device detected. avd manager

luckily knew bit checking see happened emulator , opened avd manager. listed device displayed error. right-clicked device , chose "view details". that's when avd manager showed attempting read network path, though changed in custom installation. \networkpath\users\myusername\windows.android\avd\nexus4.avd , \networkpath\users\myusername\windows.android\avd\nexus4.ini

registry edit

i closed android studio. opened regedit , edited values at: hklm\software\microsoft\windows nt\currentversion\profilelist looked following: registry values

and changed them point directly c:\ drive (instead of %systemdrive%)

environment variable : android_sdk_home

i found others have mentioned android_sdk_home environment variable , noticed machine doesn't have value defined @ added , set following: c:\users\myusername\android\sdk

i started android studio again , started avd manager. time there no devices show, instead avd manager prompted me create 1 following window: avd manager create new device

now, i'm attempting download 1 of devices google apis, each time do, download , install successfully, disappear list. notice, in next image there not api level 15 or 16 google apis arm architecture.
enter image description here

notice additionally there is 1 listed api level 17 arm. attempt install one.

download image

you can see downloaded , installed fine. now, click [finish] button. item no longer appears in list. item gone

the api level 15 item chosen automatically. i'm assuming because 1 downloaded when installed android studio.

finally, if uncheck [ ] show downloadable system images checkbox -- terribly confusing -- , i'm assuming shows ones you've downloaded, you'll see shows 1 api level 15 virtual device. only 1 device

this quite terrible. has seen problem? has else been able fix it?

i'm assuming i'll have go , complete re-install of android studio.

you should in idea.properties file in project (android studio path different directories). sounds set override system's settings.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -