android - Error when loading the SDK - something related to Enumeration -
team,
i've been using eclipse , avds , genymotion since couple of months without issues since yes'day, i've seeing error message avds whenever restart eclipse. fyi - config win7 -64 bit
i tried deleted existing avds, recreating 1 time again , restarted eclipse multiple times showing same error message.
even though till didn't notice functional issues avds running apps or on actual device wanted ensure understand went wrong , how can overcome error message.
i'm attaching screen-shot reference , 'devices.xml'
file below location c:\users\rama\.android/devices.xml'
. tried find solution in , on other places couldn't quite bottom of solution
<?xml version="1.0" encoding="utf-8"?> -<d:devices xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:d="http://schemas.android.com/sdk/devices/1"> -<d:device> <d:name>nexusss_avd19</d:name> <d:manufacturer>user</d:manufacturer> <d:meta/> -<d:hardware> -<d:screen> <d:screen-size>normal</d:screen-size> <d:diagonal-length>40.00</d:diagonal-length> <d:pixel-density>nodpi</d:pixel-density> <d:screen-ratio>long</d:screen-ratio> -<d:dimensions> <d:x-dimension>480</d:x-dimension> <d:y-dimension>800</d:y-dimension> </d:dimensions> <d:xdpi>23.32</d:xdpi> <d:ydpi>23.32</d:ydpi> -<d:touch> <d:multitouch>jazz-hands</d:multitouch> <d:mechanism>finger</d:mechanism> <d:screen-type>capacitive</d:screen-type> </d:touch> </d:screen> <d:networking> bluetooth wifi nfc</d:networking> <d:sensors> accelerometer barometer compass gps gyroscope lightsensor proximitysensor</d:sensors> <d:mic>true</d:mic> -<d:camera> <d:location>front</d:location> <d:autofocus>true</d:autofocus> <d:flash>true</d:flash> </d:camera> -<d:camera> <d:location>back</d:location> <d:autofocus>true</d:autofocus> <d:flash>true</d:flash> </d:camera> <d:keyboard>qwerty</d:keyboard> <d:nav>dpad</d:nav> <d:ram unit="mib">768</d:ram> <d:buttons>soft</d:buttons> <d:internal-storage unit="gib"> 4</d:internal-storage> <d:removable-storage unit="tib"/> <d:cpu>generic cpu</d:cpu> <d:gpu>generic gpu</d:gpu> <d:abi> armeabi armeabi-v7a x86 mips</d:abi> <d:dock/> <d:power-type>battery</d:power-type> </d:hardware> -<d:software> <d:api-level>-</d:api-level> <d:live-wallpaper-support>true</d:live-wallpaper-support> <d:bluetooth-profiles/> <d:gl-version>2.0</d:gl-version> <d:gl-extensions/> <d:status-bar>false</d:status-bar> </d:software> -<d:state name="portrait" default="true"> <d:description>the device in portrait orientation</d:description> <d:screen-orientation>port</d:screen-orientation> <d:keyboard-state>keyshidden</d:keyboard-state> <d:nav-state>navexposed</d:nav-state> </d:state> -<d:state name="landscape"> <d:description>the device in landscape orientation</d:description> <d:screen-orientation>land</d:screen-orientation> <d:keyboard-state>keyshidden</d:keyboard-state> <d:nav-state>navexposed</d:nav-state> </d:state> -<d:state name="portrait keyboard"> <d:description>the device in portrait orientation keyboard open</d:description> <d:screen-orientation>land</d:screen-orientation> <d:keyboard-state>keysexposed</d:keyboard-state> <d:nav-state>navexposed</d:nav-state> </d:state> -<d:state name="landscape keyboard"> <d:description>the device in landscape orientation keyboard open</d:description> <d:screen-orientation>land</d:screen-orientation> <d:keyboard-state>keysexposed</d:keyboard-state> <d:nav-state>navexposed</d:nav-state> </d:state> </d:device> </d:devices>
after spending amount of time , looking on net resolution nil helped me , unfortunately, no 1 responded typical / abnormal issue or behavior
i spend couple of days time in researching , cause of issue , has been trying ways below steps steps rid of issue.
i deleted avds , created them fresh 1 time again scratch no use i restarted eclipse multiple times , scheme reboots no use finally, looked in'devices.xml'
in path 'c:\users\rama\.android'
, went through line line see if can grab out of not meaningful lastly, decided delete avds again delete existing 'devices.xml'
path 'c:\users\rama\.android'
reboot scheme , restarted eclipse fortunately, no error seen during booting of eclipse time. then, created avds 1 time again , started using them now, working smoothly without issues or error messages.
i'll maintain updating in case if issue encounters in future , wanted post reply cause in same situations anytime...so response help users in someways...
android eclipse
No comments:
Post a Comment