I have already read varying answers to above question, but I have a specific problem. When I start Eclipse it gives an error:
> Error Parsing:
> C:\\an
There are lots of answer already given for this problem. Though this issue can happens for any API version, so just see the error line and find out android api version from path and platform name and go to the android sdk manager and delete related system image from sdk manager.
Apart from Android Wear image, the same error is also displayed for Android TV as well, so if you do not have Android Wear image installed but have Android TV image installed, please uninstall that and then try.
To remove error from eclipse for android there are few steps:-
1.open eclipse check all the error
2.In search tab open SDK manager
3.Remove all the value show as error in eclipse
4.After remove from sdk restart eclipse
I faced the same issue. To get rid of this issue, I followed the below steps and it worked for me.
In my case I removed these two
Android TV Intel x86 Atom System Image
Wear OS Intel x86 Atom System Image
under Android 9 (API 28)
In my case, I have the latest Android SDK and just have to remove/delete the Android Wear system images and it worked.