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).
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:
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:
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.
notice additionally there is 1 listed api level 17 arm. attempt install one.
you can see downloaded , installed fine. now, click [finish] button. item no longer appears in list.
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.
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
Post a Comment